I have this structure on app_metadata
field for one of my users
{ "serviceProviderNumbers": [ "23049" ] }
But when I try hit the endpoint with this query
https://vixxo-dev.auth0.com/api/v2/users?q=app_metadata.serviceProviderNumbers:23049&search_engine=v3
the json response body is an empty array
The documentation says that it is possible to search within root objects inside metadata fields
What am I missing??