mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
add possibility to debug search queries by logging expression tree, #1655
This commit is contained in:
@@ -24,6 +24,7 @@ async function search(note) {
|
||||
orderBy: note.getLabelValue('orderBy'),
|
||||
orderDirection: note.getLabelValue('orderDirection'),
|
||||
limit: note.getLabelValue('limit'),
|
||||
debug: note.hasLabel('debug'),
|
||||
fuzzyAttributeSearch: false
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user