dependencies update

This commit is contained in:
Simon Cambier
2022-11-24 20:33:45 +01:00
parent 2c3e176285
commit 2daa718bc9
3 changed files with 13 additions and 13 deletions

View File

@@ -45,10 +45,12 @@ export const minisearchOptions: Options<IndexedDocument> = {
'headings3',
],
storeFields: ['tags'],
callbackWhenDesync() {
new Notice(
'Omnisearch - Your index cache may be incorrect or corrupted. If this message keeps appearing, go to Settings to clear the cache.'
)
logger(level, message, code) {
if (code === 'version_conflict') {
new Notice(
'Omnisearch - Your index cache may be incorrect or corrupted. If this message keeps appearing, go to Settings to clear the cache.'
)
}
},
}