Releases: EHRI/SolrSearch
Releases · EHRI/SolrSearch
Tweaks to admin search results
v2.5.3-ehri Tweak CI config
v2.5.2-ehri
Update a few dependencies and add script runners
Change API search facet param to `details`
This prevents a collision w/ legacy facet parameter
Include API access to the Solr search
v2.5.0-ehri Update versions and JS deps
Pre-release for Solr search API functionality
2.5.0-pre Updated Gruntfile and tweaked plugin.ini to permit use w/ Omeka 2.6
2.4.0-ehri
This release is updated to work with Solr 6.x.
There are additional changes specifically for the EHRI-project:
- the search path has been changed from '/solr-search' to '/search'
- the way facets are encoded in the URL has changed from:
?facet=<solr_field>:<value>
to?f[]=<ElementLabel>:<value>
, e.g:
Old: ?facet=50_s:Germany
New: ?f[]=Title:Germany