dev: change search engine from lunr to fuse

main
Sergio Alvariño 3 months ago
parent 1ab65fa12b
commit c0857315a8

@ -49,7 +49,7 @@ disableThemeInject = false
[search] [search]
enable = true enable = true
# type of search engine ["lunr", "algolia", "fuse"] # type of search engine ["lunr", "algolia", "fuse"]
type = "lunr" type = "fuse"
# max index length of the chunked content # max index length of the chunked content
contentLength = 4000 contentLength = 4000
# placeholder of the search bar # placeholder of the search bar

Loading…
Cancel
Save