I’ve made some more improvements to the search filter PR.
Unfortunately, we won’t be having fuzzy search on mobile because of the lack of library support for loading extensions.
I’m currently working on improving the performance of the fuzzy search. We should calculate the highlighted words only once and then store it in the state since it now needs an asynchronous call to the database.