Refine Search Behaviour
Hi,
is there a way to amend the "Refine Search" update function so that it only returns Listings that match all of the categories selected by the user, e.g.
Currently user selects "apples" and "pears" - results = All listings containing "apples" OR "Pears".
Can the results of the function be changed to show only the listings that contain both categories (using an AND operator, rather than an OR operator)?
I'm not shy of doing a bit of PHP amendment.