matteodem / meteor-easy-search

Easy-to-use search for Meteor with Blaze Components
MIT License
438 stars 68 forks source link

Easy Search and accentFold? #541

Closed BrianJLennon closed 7 years ago

BrianJLennon commented 7 years ago

Hi,

Genuinely love the ease with which Easy Search works (Well done!) but have come across a stumbling block... If someone for example types in "cafe" and documents with the word "café"are not returned... how do I get around this?

Thanks in advance.

Brian

matteodem commented 7 years ago

Hi Brian

This can be resolved by using a mature engine like ElasticSearch for searching or doing some processing when saving your mongodb documents and when searching:

see "Searching user mails" here http://matteodem.github.io/meteor-easy-search/docs/recipes/

matteodem commented 7 years ago

Please write into here if you have any other questions related to this issue