Fixed bug with diacritcs and quoted searches

Also added more cached data
This commit is contained in:
Simon Cambier
2023-12-17 13:50:07 +01:00
parent faa6966378
commit 703568dab3
3 changed files with 10 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ export type IndexedDocument = {
mtime: number
content: string
cleanedContent: string
aliases: string
tags: string[]
unmarkedTags: string[]