matteodem / meteor-easy-search

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

Search Arrays #562

Closed zyonnetworks closed 7 years ago

zyonnetworks commented 7 years ago

How can I make this possible? Have a property on the schema, search by Array instead of String looking for matches in each item of array

Index.search({property: ARRAY}).fetch();
matteodem commented 7 years ago

Please have a closer look at the docs