Closed (fixed)
Project:
Finder
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2009 at 18:08 UTC
Updated:
7 Dec 2009 at 08:30 UTC
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
Comment #1
danielb commentedYeah 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.
Comment #2
thisgeek commentedI would like to help. Could you be more specific about what's holding this up?
Comment #3
danielb commentedThere 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
Comment #4
danielb commentedthis feature was also requested again in #628838: How to get checkboxes instead or radio buttons?
Comment #5
danielb commentedI have committed options for this, they will appear in the next dev snapshot.