#14 - non-existing notes are indexed

This commit is contained in:
Simon Cambier
2022-05-17 22:17:43 +02:00
parent 8c99450d3b
commit 5c2033cd06
8 changed files with 124 additions and 32 deletions

View File

@@ -28,6 +28,8 @@ export type IndexedNote = {
headings1: string
headings2: string
headings3: string
doesNotExist?: boolean
}
export type SearchMatch = {