matteodem / meteor-easy-search

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

Search inputs divided by spaces #502

Closed jannikkeye closed 8 years ago

jannikkeye commented 8 years ago

This is an amazing package. I have only one problem:

Is it possible for the search to detect spaces in the searchfield so I can search the specified fields with an array of values?

Or will I have to do that by hand?

Thank you in advance!

matteodem commented 8 years ago

Please have a look at the recipes http://matteodem.github.io/meteor-easy-search/docs/recipes/. You can achieve that functionality by using the selectorPerField configuration or using something like ElasticSearch for a more mature approach.