You've already forked joplin
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user