• Resolved raceman59

    (@raceman59)


    We are trying to do a search across a number of checkbox fields and would like anything matching to appear. Presently everything must match to appear. For instance I am available Mondays and Tuesday for lunch and want to search other members who are available on Monday or Tuesday. As it is only people who are available on Monday AND Tuesday show up. I have to do two searches instead of one. Is there a way to search with OR statements?

Viewing 1 replies (of 1 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi raceman59,

    You can add this code to your bp-custom.php file:

    add_filter ('bps_match_all', '__return_false');

    Additionally, you can select the ‘match any’ search mode for checkbox and multiselect fields.

Viewing 1 replies (of 1 total)
  • The topic ‘Searching fields with “OR” statements?’ is closed to new replies.