Im trying to use urls such as advancedsearch.html?gaicsinglehanded%5B%5D=1&apgaisinglehanded%5B%5D=1 to list users by certain criteria. This works fine apart from I need to be able control if each argument is an and or an or.
So with the above I'm getting people who have gaicsinglehanded and apgaisinglehanded set to yes in their profile.
I would like to get getting people who have gaicsinglehanded or apgaisinglehanded set to yes in their profile
Do I have to use custom SQL or can I pass if its an and or an or in the url ?
Thanks