meteorhacks / search-source

Reactive Data Source for Search
MIT License
146 stars 33 forks source link

Question: Search in _id mongoDB #44

Open FranciscoGutierrez opened 8 years ago

FranciscoGutierrez commented 8 years ago

I would like to search in an input search box for the _id so it can be displayed in the results. Any ideas how to achieve this? I am new to meteor, btw.

 var selector = {name: regExp, _id: regExp};