meteorhacks / search-source

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

Denormalized data #11

Open lzwaan opened 9 years ago

lzwaan commented 9 years ago

Is it possible to search on denormalized date, for example cities and then show me the parent documents, or even better search on both ?

thanks in advance..

arunoda commented 9 years ago

You can do complex searches in the search source definition. But in client side, it only does a text search on a set of fields. Those fields needs to be strings.

You can turn off localSearch option. Then search source does not do anykind of local search.

On Wed, Mar 25, 2015 at 1:00 PM lzwaan notifications@github.com wrote:

Is it possible to search on denormalized date, for example cities and then show me the parent documents, or even better search on both ?

thanks in advance..

— Reply to this email directly or view it on GitHub https://github.com/meteorhacks/search-source/issues/11.