System Information
- Strapi Version: 3.6.1
- Operating System: macOS
- Database: PostgreSQL
- Node Version: 14.16.1
- NPM Version: 6.14.12
- Yarn Version:
Hello to everyone!
I was trying to get data whose values match; I’d like to share dummy data to figure out what I want to achieve;
Let’s say the collection is teams, and in each team, I’ve tags field and each tag has id and content. If the tag content is = “art” I want to fetch the team that matched.
I tried to do it using “contains” and “in”. 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