From c0857315a8f08f80a92d0fc74ae620b33e91b55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Alvari=C3=B1o?= Date: Fri, 5 Jul 2024 12:50:49 +0200 Subject: [PATCH] dev: change search engine from lunr to fuse --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index f55109e..a9706bc 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -49,7 +49,7 @@ disableThemeInject = false [search] enable = true # type of search engine ["lunr", "algolia", "fuse"] - type = "lunr" + type = "fuse" # max index length of the chunked content contentLength = 4000 # placeholder of the search bar