[details=“System Information”]
- Strapi Version: 4.14.3
- Operating System: Windows
- Database: postgres
- Node Version:
- NPM Version:
- Yarn Version:
Hi! Ive been trying to filter my information on two levels. Ive been looking at previous QnAs and all of the available relevant documentation, but it doesnt seem to work.
So User has a link to statistics (one user to many statistics).
http://localhost:1337/api/users/me?populate=statistics&filters[statistics][scenarioId][$eq]=15
But the filtering seems to be ignored and I only get just:
http://localhost:1337/api/users/me?populate=statistics