add possibility to debug search queries by logging expression tree, #1655

This commit is contained in:
zadam
2021-02-18 22:10:49 +01:00
parent 0c9a11db6f
commit 859465841d
9 changed files with 65 additions and 14 deletions

View File

@@ -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
});