Hi,

I have some product details when i am looking for the different products at
a time it is not working.

I am using edismax. Configured filter query in the following way.

<str name="1.q">{!edismax v=$c}</str>
<str name="1.fq">_query_:"{!field f=product v=$p}"</str>


For Example i using the following query for filtering results.

http://localhost:8080/solr/CoreName/select?c=abc&p=(book or pen) .. Here
"abc" available in both products

It has to show the results from "book product " as well as "pen product"
also. but not showing.

For below individual queries it showing exact results

http://localhost:8080/solr/CoreName/select?c=abc&p=book 

http://localhost:8080/solr/CoreName/select?c=abc&p=pen 


But with or condition it is not working....Any body help me....







--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Filter-Query-is-not-working-tp4112915.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to