zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
743 stars 256 forks source link

Search didnot work in localhost #420

Closed gr33nm0nk2802 closed 3 years ago

gr33nm0nk2802 commented 3 years ago

image

Visiting the given url calls it to be failing.

image

I have tried to configure the base url still this seems to be failing on my end

gr33nm0nk2802 commented 3 years ago

This issue has been resolved by adding the following variables to my params.toml file.

searchResultPosition = "main" # side, main
searchContent = true # include content to search index
searchDistance = 100 # fuse option
searchThreshold = 0.4 

Looks like the Docs need some modification will be adding the edits.