How to perform JSON type filed nested attribute filter?

Currently we don’t support json field filtering as not all of our supported databases offer this feature.

If you absolutely need something like this, you will need to build your own/modify the existing controller/service and construct a custom query: https://strapi.io/documentation/developer-docs/latest/concepts/queries.html#custom-queries

1 Like