Fuzzy Search Feature Request

Hello,

Our team would greatly benefit from having fuzzy search capabilities when searching for user emails. This feature is essential for our customer experience team, as it helps them assist users who may have made typos during Sign Up.

We noticed that fuzzy search was removed with the release of v3 user search. Is there any possibility of this feature being reintroduced in future releases, even as a buy-up option?

Thank you for your consideration.

Have you tried using the Lucene syntax?

On the User Management screen, select the drop-down menu to Lucene syntax and enter email: john*
This will return all the emails starting with john.

More on Lucene Syntax here.

1 Like

@spoudel I’m on the same team as Kallen, and we are using wildcard search with the Lucene syntax as suggested, but that’s not the same thing as fuzzy search, which used to be available in the v2 search api but is no longer offered in v3.