davidrea / indxd

A Meteor web app to index topics in a pocket notebook library
GNU General Public License v2.0
9 stars 1 forks source link

Feature request: Character synonyms in search #1

Open SpencerDub opened 9 years ago

SpencerDub commented 9 years ago

Idea: Provide character synonyms in search, so that (for example) typing e in search will also match é, è, ë, and ê.

I'm a stickler for categorizing things accurately, which is why I have an item in my index labeled "Pokémon Games", complete with the é. However, typing that é in search is rather bothersome. It would be lovely if typing "Pokemon" without the accent pulled up "Pokémon Games".

Example: The InstaFilta project incorporates synonyms. I don't know how adaptable their code is, but I figure it's a place to start, right?

davidrea commented 9 years ago

Great idea - thanks for posting it here! I'll look into how to incorporate it into Indxd's search (which uses lunrjs right now).