Container or OR operator to create recommendations collection
Hi folks,
I need to build a recommendations collection for French food pages with a mix of content with unlike metadata. Say I have two content types but they do not share a common field with the same value; one has subjects and one has cuisine e.g.
Category EQUALS food AND
[Subjects CONTAINS french OR france OR
Cuisine EQUALS french ]
How can I build a collection that gets this content without an OR operator, or a container? Alternatively, can I create two separate collections and combine them somehow?
PS I cannot edit the meta values.
Thanks
Keith