Squashed some bugs related to non-existent notes indexing
This commit is contained in:
@@ -30,6 +30,7 @@ export type IndexedNote = {
|
||||
headings3: string
|
||||
|
||||
doesNotExist?: boolean
|
||||
parent?: string
|
||||
}
|
||||
|
||||
export type SearchMatch = {
|
||||
|
||||
Reference in New Issue
Block a user