1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

All: Search: More multi-language support

This commit is contained in:
Laurent Cozic
2019-01-18 17:56:56 +00:00
parent 96cd56548e
commit 8fdc0bf17c
12 changed files with 123 additions and 57 deletions

View File

@@ -238,8 +238,6 @@ class Note extends BaseItem {
fields: '*',
}
// TODO: add support for limits on .search()
let results = await this.previews(folderId, options);
return results.length ? results[0] : null;
}