ZQ Fuzzy Search Loading State?

Hey guys,

Needed some help with fuzzy search.

Problem: a user submits text and I’m using fuzzy search to find relevant matches. If a relevant match exists, I want the user to check out the matched entries and if not, then I want the user to create a new entry. The problem is not that the fuzzy search takes a few seconds but the fact that I cannot tell the user the search is in progress or it is complete. Why? Because in the beginning, fuzzy search’s matches are empty and if no result is found the matches stay empty. Any work around?