Hello, I’m trying to use multiple search: parameters together, but as an OR not as an AND
For instance, by default it seems as though this query searches “region” and “rating” as an AND.
{exp:channel:entries search:region="germany|belgium" search:rating="=3|4|5"}
Is there a way to combine search parameters together so they search as an OR?
Thanks!