I put this in the support category, but it’s for general discussion.
In terms of search libraries, of course server side is king, and then technologies like blevesearch, which comes with apparently a robust selection of query options, start to look pretty good. And then there’s of course Algolia and Elastisearch (with the correct spelling, respectfully).
But client-side isn’t bad, and Lunr does a pretty good job if you do a bit juggling with the search term, in my opinion.
Having said that, I don’t want to miss out on something better if it’s there.
Does anyone have an opinion on pageFind vs Lunr, or any opinions on other libraries, like Fuse.js, vs Lunr?
I’m not talking about pre-indexing, which matters but not as much as what happens in the JavaScript runtime.
How much difference can there be between pageFind and Lunr in terms of JavaScript operational efficiency and upfront loading time?
You load the data, you parse it, … … , that’s it.
Is one of those two libraries better than the other on the JavaScript side?
Has anyone tested more than one?
Are there any links to new information I should know about?