The taxonomy_operator form_radios has no keys, making the AND/OR taxonomy search part not work. Here's a patch that adds keys and sets the default to OR.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | trip_search_taxonomy-operator_0.patch | 1.17 KB | Ian Ward |
| trip_search_taxonomy-operator.patch | 1.17 KB | Ian Ward |
Comments
Comment #1
Ian Ward commentedbad patch. here is the new one.
Comment #2
mindless commentedcurrent code in DRUPAL-4-7 branch still uses numeric keys, but now the code to process the form values properly checks for these int values. thanks.