Open mazziechai opened 1 year ago
This could be solved with lazy pagination and retrieving of notes. I'm not sure how to make this better with searching notes since the fuzzy search is in code rather than in MongoDB, which means that all notes have to be retrieved before a search.
This could be solved with lazy pagination and retrieving of notes. I'm not sure how to make this better with searching notes since the fuzzy search is in code rather than in MongoDB, which means that all notes have to be retrieved before a search.