mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
added "limit" search modifier to search definition
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user