Hey there,
is there really no way to turn the OR logic into an AND logic when selecting pages by (e.g.) tags?
so instead of
$pages->find("template=exhibitions, tags=foo|bar")
something like
$pages->find("template=exhibitions, tags=foo&&bar")
so the pages needs to have all requested tags, not just any of them.
Thanks,
Stefan