Hey guys I have just uploaded my LoveIt to 0.2.10 to implement the search function. The Search with Lunr Only gives result if I type the whole exact phrase, plus it doesnt implement full text search, and the Algolia one doesn't work at all. Default language = en. Thanks guys.
Here is my config
[params.search]
enable = true
type of search engine ("lunr", "algolia")
type = "lunr"
# max index length of the chunked content
contentLength = 4000
# placeholder of the search bar
placeholder = ""
# LoveIt NEW | 0.2.1 max number of results length
maxResultLength = 10
# LoveIt NEW | 0.2.3 snippet length of the result
snippetLength = 30
# LoveIt NEW | 0.2.1 HTML tag name of the highlight part in results
highlightTag = "em"
# LoveIt NEW | 0.2.4 whether to use the absolute URL based on the baseURL in search index
absoluteURL = false
[params.search.algolia]
index = ""
appID = ""
searchKey = ""
Hey guys I have just uploaded my LoveIt to 0.2.10 to implement the search function. The Search with Lunr Only gives result if I type the whole exact phrase, plus it doesnt implement full text search, and the Algolia one doesn't work at all. Default language = en. Thanks guys.
Here is my config [params.search] enable = true
type of search engine ("lunr", "algolia")