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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @KeithDavo, I'd suggest creating a new column in the feed as a flag of sorts, like "isFrench=true", and using that to create a collection.
Hi @KeithDavo,
If you navigate to 'Catalog Search' and select 'Advanced Search, ' you can use this area to build your collection.
You should now have a collection with the required items.
I hope that helps you out. Please let me know if you need more info.
Thanks Matthew, but I need the last operator (step 4.) to be OR.
One of the content types only has Subject value (french, france) and the other only has Cuisine value (french). I want to collect both content types but they don't share a common french value.
Hi @KeithDavo, I'd suggest creating a new column in the feed as a flag of sorts, like "isFrench=true", and using that to create a collection.
Views
Like
Replies
Views
Likes
Replies