-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add Search feature #6
Comments
I was just trying to do some comparison b/w Aloglia and Typesense and found this: https://typesense.org/typesense-vs-algolia-vs-elasticsearch-vs-meilisearch/ On Dev Side :
Overall I am kind of leaning toward Algolia DocSearch due to its
Question : But please feel free to suggest your thoughts 🙌 |
I agree with this. It's not a huge doc site (at least for now), so the search feature is not critical. Maybe we could defer this a bit... unless someone really likes the idea and wants to implement it :D |
I checked out the local-search alternatives. I only got one to work, it's rudimentary but gets the job done. This indexes the pages during build, but after that no additional services needs to be hosted. I made a working example here: https://github.com/FilipHarald/se-2-docs/tree/feat/serch_bar |
When we have initial version of Docs in production, could be interesting to add a search bar.
Docusaurus docs offer a few options for that:
Algolia DocSearch is free for open-source projects, just have to apply to the DocSearch program. I guess we shouldn't have problems getting accepted.
A few examples of other projects:
@easyops-cn/docusaurus-search-local',
Found another website using the same local search plugin => CourierUpdate: Just realized ethereum.org docs is also using DocSearch but without Algolia reference.
The text was updated successfully, but these errors were encountered: