I am using BEF so I can use checkboxes for taxonomy terms. I had this working for while and then made some changes to other pages that must have broken something. My suspicion is that this has something to do with Javascript...
When I do a search and hit Apply, I get correct results ONLY IF at least one checkbox is NOT checked. If All boxes are checked, I get no results.
Another possibly related issue is that the Select All works, but if I then hit Select None, nothing happens to the checkboxes; they stay checked. The hyperlink does toggle back and for from Select All to Select None.
I am using Drupal 1.7, BEF 7.x 1.0 and JQuery 1.7. I updated JQuery from 1.5 to support other things. I don't know if this is an issue; I have not been able to find anything that says BEF has any dependancy on JQuery or JavaScript versions.
Thanks.
Comments
Still can't figure this out
I am still trying to figure out what is going on, but at least I have the "Select All/Select None" thing working. I put JQuery back to V 1.5 to make that happen.
I noticed an error when I ran the query in the preview screen in Views. When I check all the boxes, I get:
SQLSTATE[42000]: Syntax error or access violation: 1104 The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
Anyone know what I can do here? I only have about 25 nodes and 10 checkboxes. I am assuming Drupal/MySQL can handle many times more than that.
Thanks.
There is nothing in the world you can't fix with 3rd normal form...