Releases: biblibre/omeka-s-module-Solr
Releases · biblibre/omeka-s-module-Solr
0.18.0
0.17.1
0.17.0
0.16.0
Breaking changes
- Solr versions older that 5.1.0 are no longer supported
Changed
- PHP Solr extension is no longer required
- Configuration is done using a single URI parameter instead of several parameters (hostname, port, path). This means that HTTPS can be used now.
0.15.0
Added
- Add pagination and sort controls on mappings browse page
- Add pagination and sort controls on search fields browse page
- Add sidebar to show mapping details on browse page
Fixed
- Fix "matches pattern" operator by using wildcard search instead of regular expression which is not documented and seems to not be supported anymore
0.14.0
0.13.1
0.13.0
The minimum PHP version required is now 8.0 and the minimum Omeka version is now 3.1.0
- Add mapping transformations. They allow to modify values before them being sent to Solr. This replaces the following mapping settings: Data types, Resource field, Formatter.
Value formatters implemented by other Omeka modules are still supported but this system is deprecated. They should switch to transformations
0.12.0
0.11.0
Added
- Format query string to include proximity search
- New option for mapping: "Resource field" allow to choose if resource's title or resource's ID should be indexed (only for values that are resources)
- New option for mapping: "Data types" allow to limit which types of data will get indexed
Changed
- Allow value formatters to return an array