WIP refactor to take advantage of minisearch 6.0

This commit is contained in:
Simon Cambier
2022-11-25 08:28:50 +01:00
parent 2daa718bc9
commit dcef2d3719
10 changed files with 172 additions and 97 deletions

View File

@@ -37,6 +37,7 @@ export type IndexedDocument = {
headings2: string
headings3: string
// TODO: reimplement this
doesNotExist?: boolean
parent?: string
}