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

jpmckinney’s picture

Status: Active » Fixed

Use the 6.x-2.x-dev branch. There, you can configure the block corresponding to your taxonomy filter, and set the operator to "OR".

huesforalice’s picture

Ok, thanks for the tip!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

qasimzee’s picture

Version: 6.x-1.0 » 6.x-2.x-dev
Status: Closed (fixed) » Active

The 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?

jpmckinney’s picture

Status: Active » Closed (fixed)