Releases: biblibre/omeka-s-module-Search
Releases · biblibre/omeka-s-module-Search
0.12.1
0.12.0
0.11.0
Added
- Added ability to save queries and manage them with block display
Fixed
- Add advanced-search js and css assets to correctly add specific input on form (class, item set)
0.10.0
0.7.2
0.9.0
Added
- Provides to search adapters the ability to returns the resources they can handle (contributed by @kyfr59)
- Make index rebuild configurable, which allows:
- to rebuild the index without clearing it first (which is the default now)
- to change the batch size
- Add progress information in logs
Changed
- Improved performances of index rebuild
0.8.0
0.7.1
0.7.0
0.6.0
Added
- Added a standard form which mimics the item advanced search form
Changed
- BREAKING CHANGE
Search\Adapter\AdapterInterface::getAvailableFields
was renamed togetAvailableSearchFields
- BREAKING CHANGE A new method
getAvailableOperators
was added toSearch\Adapter\AdapterInterface
- BREAKING CHANGE
Search\Query::addFilter
was renamed toaddFacetFilter
- BREAKING CHANGE
Search\Query::getFilters
was renamed togetFacetFilters
- BREAKING CHANGE New methods
addQueryFilter
andgetQueryFilters
were added toSearch\Query
- Search form is now hidden when displaying results.