WIP indexing non-existing docs

This commit is contained in:
Simon Cambier
2024-05-26 18:05:10 +02:00
parent 85b7810d07
commit 0b70cbeb16
3 changed files with 18 additions and 14 deletions

View File

@@ -117,7 +117,7 @@ export default class OmnisearchPlugin extends Plugin {
if (this.notesIndexer.isFileIndexable(file.path)) {
logDebug('Updating file', file.path)
await this.cacheManager.addToLiveCache(file.path)
this.notesIndexer.markNoteForReindex(file)
this.notesIndexer.flagNoteForReindex(file)
}
})
)