Week 13: Project Search Engine

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.

2 Likes

the only workaround would be to forward the task to a server app :thinking:

Maybe. Not sure how that would work exactly.

you would basically outsource the search operation to a system what can handle it and return the result to the requesting application