mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
small fixes
This commit is contained in:
@@ -23,7 +23,7 @@ async function searchForNoteIds(searchString) {
|
||||
|
||||
const isArchivedFilter = filters.find(filter => filter.name.toLowerCase() === 'isarchived');
|
||||
|
||||
if (isArchivedFilter) {console.log(isArchivedFilter);
|
||||
if (isArchivedFilter) {
|
||||
if (isArchivedFilter.operator === 'exists') {
|
||||
noteIds = noteIds.filter(noteCacheService.isArchived);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user