-
Notifications
You must be signed in to change notification settings - Fork 188
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
[BUG] Search does not work on Elegant 5.4.0 and Pelican 4.7.1 #789
Comments
I don't like the 'download stork' approach for this tbh :/ |
We could still continue to roll our own, but then it needs to work. It currently doesn’t. I don’t have strong feelings one way or another which solution is better suited, as long as it’s lean enough to run on my ARM server and works 😸 |
I'm seeing the same issue as well. As long as there's a documented way of doing things, I'm not too opinionated about the implementation details. If |
@iranzo said:
I agree that extra step is cumbersome, but in my estimation the trade-off is well worth it. Stork is written in Rust and is therefore very fast, and above all, it is well-supported by the author. To me, the more salient question is, "What are the alternatives?" I don't think a long-abandoned and unmaintained project is a sustainable solution, and I don't see a queue of folks lining up to identify, evaluate, select, and implement a viable alternative that provides search functionality. If you want to see the user experience for yourself, you can see the new Stork-powered Search plugin in action at: |
Any news on this? |
Hi @FrederikLauber. I can empathize with your desire to achieve your desired outcome. That said, please refer to: “Any Updates?” |
@justinmayer thanks for your reply. Your link was very enlightening. I figured it out myself besides some graphic issues. |
@FrederikLauber, care to share more? Search would be nice to have. |
I pushed my changes here: https://github.com/FrederikLauber/elegant Probably not good enough for a merge request as I have no clue what I may have broken in the process but it produces a workign search. |
@FrederikLauber is this your website, so I can see how the search works there? |
Yes it is. The design is the one from the git repo and then I just use some plugins for pelican. |
Mandatory Step
Recommended Step
Description
Describe the bug
Search does not work any more. For an example with screenshots see #788.
Pages I already identified do not work right now:
Interestingly enough, @talha131 ’s homepage works:
https://www.oncrashreboot.com/
To Reproduce
Steps to reproduce the behavior:
Enter
or click the search buttonExpected behavior
List of search results, as before
Screenshots
see #788
Desktop (please complete the following information):
Additional context
Relevant issue/comment: #628 (comment)
https://blog.getpelican.com/pelican-4.5-released.html
tipue_search
is now deprecated in Pelican in favour ofsearch
(which uses Stork).The text was updated successfully, but these errors were encountered: