Hey there, I am trying to use filter query with the key feature and I am
experiencing some problems:
If I do this, no problem:

<str name="facet.query">{!key=Fox}title:fox</str>

But if I try to do this, I am getting wrong results:

<str name="facet.query">{!key=Fox}title:big fox</str>
I have also tried:
<str name="facet.query">{!key=Fox}title:"big fox"</str>
and
<str name="facet.query">{!key=Fox}title:\"big fox\"</str>
But the results keep being wrong.
My point is to get the results for the facet "big cat" and tag de xml as Cat
Any advice?
Thanks in advance

-- 
View this message in context: 
http://www.nabble.com/query-filter-with-the-Key-feature-tp22377435p22377435.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to