-
Notifications
You must be signed in to change notification settings - Fork 1
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 SOLR support #15
Add SOLR support #15
Conversation
reekitconcept
commented
Mar 15, 2024
•
edited
Loading
edited
- add dependency to collective person and a person type
- add behaviour to extend person type, by default disabled
- add profile for collective.solr which will be our solr search setup for intranets
- add setup handler as added by cookiecutter
- Also include a profile to configure collective.solr
Why, oh, why??
This is ready for first review, points to consider:
Right now the behavior to define extra fields in the person type is not active by default but can easily be done so from tests / demo site. - My objective is being able to demonstrate the solr sidebar facet conditions. But that can be done in different ways as well. (One possibility is city / zipcode instead of building / room. but that also requires a behavior to extend the person type.) Further steps:
|
@reebalazs adding c.person as a dependency is fine with me. I'd say let's merge this asap. Let's try to set up the demo instance and then I am more than happy to give detailed feedback and plan the next steps. |