mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-04 03:09:12 -05:00
disable caching of note autocomplete for more accurate results
This commit is contained in:
@@ -92,7 +92,9 @@ function initNoteAutocomplete($el, options) {
|
||||
suggestion: function(suggestion) {
|
||||
return suggestion.highlighted;
|
||||
}
|
||||
}
|
||||
},
|
||||
// we can't cache identical searches because notes can be created / renamed, new recent notes can be added
|
||||
cache: false
|
||||
}
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user