added "limit" search modifier to search definition

This commit is contained in:
zadam
2021-02-13 23:52:52 +01:00
parent a78c8ddad7
commit f528799fed
6 changed files with 61 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ async function search(note) {
includeArchivedNotes: note.hasLabel('includeArchivedNotes'),
orderBy: note.getLabelValue('orderBy'),
orderDirection: note.getLabelValue('orderDirection'),
limit: note.getLabelValue('limit'),
fuzzyAttributeSearch: false
});