-
Notifications
You must be signed in to change notification settings - Fork 18
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
Solr integration #153
Comments
The code does work with Solr 4.5.0 (for instnace on dcatapit.geo-solutions.it) |
The change was because otherwise facet filtering from #87 and #86 wouldn't work correctly with ckan 2.5.7 + solr 7.0. Solr uses OR operator for fields in
which translates roughtly into
This will produce invalid query result, returning all datasets instead of one:
When my fix was in use, query was with additional
I'm not sure why this didn't work with solr 6.x. Do I understand correctly, my change is working correctly with solr 4.5? which ckan version you were using? |
The code removed in this commit made the plugin compatible again vs solr 6.x.
Where does the code come from? Is it a backport from latest ckan? Is it needed for some special solr version?
The text was updated successfully, but these errors were encountered: