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.

Comments

Ian Ward’s picture

StatusFileSize
new1.17 KB

bad patch. here is the new one.

mindless’s picture

Status: Needs review » Closed (fixed)

current 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.