Fixed search for languages other than English (5.5.1 regression)

This commit is contained in:
squidfunk
2020-08-04 12:47:07 +02:00
parent 186bd9ba3e
commit 1341200829
11 changed files with 227 additions and 172 deletions

View File

@@ -20,6 +20,8 @@
* IN THE SOFTWARE.
*/
import "lunr"
import { Search, SearchIndexConfig } from "../../_"
import { SearchMessage, SearchMessageType } from "../message"