algolia / jekyll-algolia

Add fast and relevant search to your Jekyll site
https://community.algolia.com/jekyll-algolia/
MIT License
214 stars 35 forks source link

Request to update the version of instantsearch in the documentation to 2.10.5 #192

Open Pathsis opened 2 years ago

Pathsis commented 2 years ago

2.6.0 is not the latest, compared to 2.10.5, which, as you know, automatically refreshes the search page when you return from a search result, whereas 2.10.5 does not; moreover, in 2.10.5, the search results continue to be displayed even when the search page is refreshed, which greatly improves the search experience.

Haroenv commented 2 years ago

Actually the latest version is 4.13.1 I think, both in https://community.algolia.com/jekyll-algolia/blog.html and https://community.algolia.com/jekyll-algolia/getting-started.html#front-end we probably should refer directly to the official documentation: https://www.algolia.com/doc/guides/building-search-ui/getting-started/js/

Pathsis commented 2 years ago

@Haroenv Thanks! I have tried replacing 2.6.0 directly with 4.x.x in the documentation for jekyll-algolia and it doesn't work. That latest documentation you refer to is not specific to jekyll, which is difficult for newbies. Is it possible to update the existing documentation for jekyll-algolia? After all, as you said, the documentation is part of the code.