If you create an element that allows multiple values, there is no apparent way to say that you want your results to have all of the multiple values, not any of them. Say you have an element based on taxonomy, a list of terms with a checkbox next to each. I want it so that when you check "blue" and "big", you would get results that are blue and big, not blue or big. I have been combing through the API, but haven't found anything yet. Any help would be appreciated.

Comments

danielb’s picture

Yeah the keywords chosen from a single element are just OR'd together, suppose that could be made configurable. Few other issues with those queries to sort out first though.

thisgeek’s picture

I would like to help. Could you be more specific about what's holding this up?

danielb’s picture

There is already a similar feature in the module where it ORs together fields from different elements, and that feature is completely broken. It would be nice to get my head around that before further complicating the queries with this feature.
http://drupal.org/node/591102

danielb’s picture

this feature was also requested again in #628838: How to get checkboxes instead or radio buttons?

danielb’s picture

Status: Active » Fixed

I have committed options for this, they will appear in the next dev snapshot.

Status: Fixed » Closed (fixed)

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