Fuzzy search is terribly WU inefficient. Don’t use it. It requires downloading all of the possible results to the client where the filter is done.

Use the Search Box element from Bubble. That’s all you need.

If you want to search multiple fields, have a search field on that data type that contains the fields you want to search. So, if you want to search the name and email, use a database trigger to set the search field to ‘Thing now’s Client Name | Thing now’s Client Email’

You probably also have a nested search that is performing a search for each Thing. What are your search constraints?