We are currently trying to build our custom Klaviyo integration and are somehow stuck when presenting a user a search field to search for a specific Klaviyo profile. The API states that we should use Filtering on the `/profiles` endpoint to filter for a specific profile. However, when trying to filter by email one must only use the `equals` or `any` filter. This is somewhat impractical, as users do not often search by a full email address but rather by keywords they can remember.
Is there anything we’re missing here which would allow us to do a wildcard search on the profile filter fields?