- "ingredients1":["banana","apple", "milk"]
- "ingredients2":["orange","apple", "water"]
- "ingredients3":["banana","kiwi", "milk"]
- "inventory":["banana","kiwi","milk","apple"]
Hello, these are the arrays I need to work on and need to find a way to check which ingredients arrays are covered by inventory array.
The query builder looks like that: https://ibb.co/gTMcbL6
Thanks ahead.
I tried this query and it returned null but I was expecting to see the ingredient arrays which are covered by the inventory array.