-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
docs: add documentation for search #7972
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello! Thank you for your contribution! 🎉
As it's your first contribution, be sure to check out the contribution docs.
We invite you to join us on our Discord Server!
Welcome aboard ⛵️!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @filipweidemann !
This sounds great to me and is an excellent extension for the docs! I only have one comment to it: We should not rely on the details of the djangocms-versioning implementation.
@marksweb Any thoughts?
Co-authored-by: Fabian Braun <fsbraun@gmx.de>
The codespell job was failing, I pushed a new commit to correct the spelling error. Should be good now if y'all are happy with it as well :) |
The djangocms-haystack package also provides a search index for django-haystack for django CMS >= 4. |
Description
Add documentation on how to setup basic search indexes using django-haystack.
Also reference extensions that do most of the work without needing to reinvent it per code base.
It is a docs-only PR, so no changed tests.
This PR resolves #7571
Related resources
Checklist
develop-4