Improve search of workflows with fuzzy finding

Hi there, and thanks for developing this incredible project

I have more and more workflows (~90), and it may be difficult to find workflows sometimes.

I noticed that the search bar is using a basic .includes("searchedText")
It would be way more easier for the user to use some “fuzzy finding” (à la fzf).
One example of lib that could do that is Fuse.js (see: https://www.fusejs.io/)

What do you think of this feature request ?

I like it. And if I might add to that, searching inside the workflows (particularly for node names, sticky notes contents etc) would be hugely helpful too! You have my vote :slight_smile: