Currently, you can select multiple filters, but it functions only as an “and” condition.
For example, let’s say you have a blog, and at the bottom of each post you want “related posts”. You want to list posts that are by the same author OR on the same topic. However, if you set two filters, it will only show posts by the same author AND on the same topic.
This is frustrating because, in my limited amount of coding knowledge, it shouldn’t be difficult to have a “||” condition instead of a “&&” condition. I imagine there must be a simple way to do this with custom code, but still too complicated for me.
Yo Ha! I feel ya. Best to work within the constraints for now. So just drop in two instances of the collection and apply the different filter to each. Does the trick and normally the separation works well. I’m doing he same on a product page.
This might not be the answer you want, but at least you feel less alone
It wouldn’t work because if you have 3 items in a row, and one collection has 2 items that meet the criteria, the next collection would still be below rather than filling in the missing spot above.