System Information
- **Strapi Version3.6.0:
- **Operating SystemMac OS Big Sur:
- **DatabasePostgreSQL:
- **Node Version14.17.0:
- NPM Version>7.0.0:
Good day to everyone.
I was trying to test Strapi API in one of my projects.
Case Example: user searches for people who know various languages. The user will enter the languages, and it should filter out the people who “contain” all the languages which were selected. Basically the result should be the people who have the languages selected as a subset of their languages array.
I tried to do it using “contains” and “and”. But this doesn’t give the desired result. After spending hours on this, it would be great if someone could help me.
Thanks in advance
_where[0][languages_contains]=1&_where[1][languages_contains]=2