Feature: User metadata search with wildcard operator
Description: Allow the search of user metadata with the wildcard operator.
Use-case: For example, searching user_metadata.username where each keystroke can trigger results to be returned. I’m building a search interface that allows users to find each other by username.
I understand that this may be a bit processing intensive on your side, so maybe make it a paid feature or recommend best practices for creating this infra on the customer side. E.g., use Auth0 custom database feature with desired search stack (elasticsearch, etc.)