Here’s my scenario…
Database
- I have a thing in my database - let’s say “Animals” (giraffe, dog, emu, etc.)
- I have a thing in my database called “Characteristics” (big, small, furry, loud, etc.)
- The “Animals” thing has a field called “Characteristics” (which is a list of items from the Characteristics data type).
- Each user has a field called “Preferences” which is a list of Characteristics.
Function
- I have a page called “Animals You Might Like”
- On that page, there’s a custom state called “selected-characteristics” which is a list, populated on page load with the user’s Preferences. The user can clear that custom state list and select different characteristics if they want.
- I have a repeating group on that page that I want to return all animals whose characteristics contain ANY (not all) of the characteristics in the custom state list.
Can’t figure out what the search parameters would be for that repeating group: