olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.94k stars 548 forks source link

Recommended setup for searching personal names #452

Closed dimaqq closed 4 years ago

dimaqq commented 4 years ago

I'm trying to use lunr.js to search a list of users client-side. The data has personal names, user ids and emails, however names could be in several scripts and languages. I wonder what kind of setup I should use.

fex80 commented 4 years ago

Here's my thoughts:

olivernn commented 4 years ago

Everything that @fex80 says seems to be excellent advise, not much more I can add. Let us know if you run into any difficulties.