mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
script api search ignores hoisting by default
This commit is contained in:
@@ -225,7 +225,8 @@ function search(req) {
|
||||
const searchContext = new SearchContext({
|
||||
fastSearch: false,
|
||||
includeArchivedNotes: true,
|
||||
fuzzyAttributeSearch: false
|
||||
fuzzyAttributeSearch: false,
|
||||
ignoreHoistedNote: true
|
||||
});
|
||||
|
||||
return searchService.findNotesWithQuery(searchString, searchContext)
|
||||
|
||||
Reference in New Issue
Block a user