We want to exclude products from our catalog if a user is allergic to them. We want to ask our consumers for their allergies all on one screen. If a user is allergic to "nuts" and "fish" we want to exclude every product in our catalog that contains nuts and fish. Today we can only accomplish this "and" logic if we ask the user for one allergy at a time on singular screens.
Is another way to accomplish this by building exclusion logic into the product feed vs AND/OR functionality for select all that apply? Exclusion logic feels like a pretty widespread use case, where the SATA and/or certainly could be interesting, but feels like a workaround to accomplish exclusions. But let me know if I'm not interpreting this correctly!