Auth0 management API provides a more refined way to search, but it’s only available for users. For example, you can look for users with name the starts with r: name:r*. More from this documentation: https://auth0.com/docs/manage-users/user-search/user-search-query-syntax
This means for other contexts like connections, you either provide an exact match or iterate all objects until you find a partially matched object.