hello,
I have been pulling my hair over a probably easy issue for a couple of days now and don't seem to find any solution:
I am trying to display posts (members) by means of the ?s=
search and trying to select more than one term.
For instance:
/members/?s=Team
would return all people that have a custom profile field of "Team" - this works. great!
but I would like to have
/members/?s=Team&Red
to show all people that have the custom profile field "Team" and "Red".
I am using buddypress and the bp_custom_get_member_list_xprofile_data function.
any pointers are greatly appreciated!