searching for tags, spelling corrections fixes #74

This commit is contained in:
jonaswinkler
2020-11-30 15:13:53 +01:00
parent 0d8688515c
commit 1ef12d2cbc
8 changed files with 70 additions and 17 deletions

View File

@@ -21,7 +21,9 @@ export interface SearchResult {
page?: number
page_count?: number
corrected_query?: string
results?: SearchHit[]
}
}