-
Notifications
You must be signed in to change notification settings - Fork 26k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Algolia search since v4.14 #2139
Comments
To my knowledge anything related to Algolia search hasn't changed since it was added x versions ago. I guess look through the changelog and commits to see what changed (if anything) to compare. Since you're using Algolia in a different way from the theme maybe there's some sort of incompatibility or changes made specifically for the theme are interacting with your implementation negatively. I really can't help debug without seeing the site with the defect. If you can spin up a test repo that reproduces the problem I can take a look, otherwise anything I offer are shots in the dark. |
OK, this helps. Yes the #1903 is the same thing going on for you. Since you have different HTML markup it doesn't fix your issue specifically. What's going on is each of the search result But because your markup is different your TL/DR add this to your stylesheet: .ais-hits--item {
position: relative;
} |
Awesome. Thanks so much for your help. Great explanation and perfect fix. |
NOTE: This issue seems to be related to #1903 but I'm not sure.
I was trying to upgrade from v4.6 to 4.16.2. All the issues have been fixed except one.
I have been using Algolia search on my site much before it was introduced in this theme (you can see my implementation on this page
https://www.deepfriedbrainproject.com/search
). The production site is still running on 4.6.0.After upgrading to 4.16.2 in my development server, I cannot click on any individual page link or any link in the refinement list. Everything including the search box, the refinement list, the list of posts, and the pagination at the bottom, becomes a single hyperlink pointing to a single blog post URL. It's really weird.
I spent some time to troubleshoot but couldn't figure it out. So, I rolled back all my changes and started from scratch. I upgraded to v4.9.0, the search still worked fine. Then I jumped to 4.12.0, it still worked, then 4.13.0, it also worked, and finally at 4.14.0 it broke. The only other thing that changed was the update of jekyll-feed dependency from 0.9.2 to 0.10.
So I've isolated it to some change in 4.14.0. Is there any special change in 4.14.0 that would break my search implementation? I would like to keep it as it is right now.
I'm not using any of the Algolia configurations specified in this theme's documentation.
The text was updated successfully, but these errors were encountered: