Hi there,
If the list of ‘Categories’ is within reason or a controlled amount of things a user can add to it, you could essentially do this by hand to avoid an Advanced Filter.
If you need to ONLY show results that contain ALL of the items in the XYZ datatype:
Do a search for: XYZ Datatype
Constraints:
Categories contains 'Options List:Item #1'
Categories contains 'Options List:Item #2'
Categories contains 'Options List:Item #3'
etc, until you have the max amount of categories that would be selected by a user in a filter. Obviously this has some scaling issues if you’re talking about increasing the amount of items selected in the filter. I use this technique by allowing users to select up to 3 ‘characteristics’ on a recipe (i.e. Savory, Sweet, Sour). In my use-case, once you get beyond 3, the chance of even finding a recipe with all the characteristics plummets. So I put a limit of 3, and built the 3 into the constraints.
1 Like