Hi

How do I restrict hits to documents containing all words (regardless of order) of a query in particular field?

Suppose I have two documents with a field called name in my index:

doc1 => name: Pink
doc2 => name: Pink Floyd

When querying for "Pink" I want only doc1 and when querying for "Pink Floyd" or "Floyd Pink" I want doc2.

Thanks

- Magnus


Reply via email to