mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
chore: add todo
This commit is contained in:
@@ -83,6 +83,7 @@ class Database {
|
||||
* @param {string} query the search query
|
||||
*/
|
||||
async searchNotes(query) {
|
||||
//TODO benchmark this and make it faster if necessary
|
||||
let notes = await this.getNotes();
|
||||
if (!notes) return;
|
||||
return ff(
|
||||
|
||||
Reference in New Issue
Block a user