I’ve tested this and can’t get the search= parameter to do my bidding. Basically, I’d like to pull a list of entries that are either authored by a user or have some custom field set to a certain value. Alternatively, I could search by an entry having either custom field A or custom field B set to a value.
However, the parameter only seems to respect AND searching (that is, the entry must have both values). I’ve done some experimenting and searching around, but the only solution seems to be using exp:query to perform a join.
For instance, I’d like the following to return entries that match EITHER search term, but EE only returns entries that match BOTH search terms:
{exp:channel:entries search:style="=ale" search:region="belgium"}Is this the way it is, or am I just a n00b? Does EE’s search parameter let you do OR searching?