Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2010 at 08:23 UTC
Updated:
22 Apr 2011 at 15:55 UTC
Hello all,
I have a quick question about filtering search results via term-id. Afaik an url like this: /search/apachesolr_search/test?filters=tid:116%20tid:1079 would only return results which have both terms, 116 and 1079 (AND relationship). Im currently looking for a way to create an 'OR' relationship, so that this request will return all result with 116 or 1079. Is this possible at the moment? If so, what is the URL being called?
Thanks for your help and thanks for a great module.
David
Comments
Comment #1
jpmckinney commentedUse the 6.x-2.x-dev branch. There, you can configure the block corresponding to your taxonomy filter, and set the operator to "OR".
Comment #2
huesforalice commentedOk, thanks for the tip!
Comment #4
qasimzee commentedThe bug exists in the latest dev release. CCK OR facet is working fine but taxonomy OR(Multiselect vocabulary) facet doesn't work. I have selected OR in block configuration Any patches for this?
Comment #5
jpmckinney commentedStick to #998936: AND facets are not working/filtering?