In the previous post, we looked at how full-text search works, treating all
symbols in the index as equally important. But that’s not always how it works in
practice — for instance, matches on whole words are usually better than matches
on word fragments. This can be solved with weighting, which is today’s topic.
November 21 2023JavaScript, Search