Squashed some bugs related to non-existent notes indexing

This commit is contained in:
Simon Cambier
2022-05-18 17:51:32 +02:00
parent 3faf6b53a0
commit 1e3a9d001f
4 changed files with 26 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ export type IndexedNote = {
headings3: string
doesNotExist?: boolean
parent?: string
}
export type SearchMatch = {