Releases: spryker/search
Releases · spryker/search
Release list
8.28.1
Included commits: 8.28.0...8.28.1
Adjustments
- Added
SearchResponseStubHelperandStubSearchAdapterPluginto let a test define the search result at the adapter seam, so search-backed code runs in tests without an Elasticsearch connection.
8.28.0
Included commits: 8.27.0...8.28.0
Improvements
- Added
IndexMapGenerator::FIELDSconstant and extended index map generation to support childfieldsmappings in addition toproperties, enabling index maps to be generated correctly for Elasticsearch field-level multi-mappings.
8.27.0
Included commits: 8.26.0...8.27.0
Improvements
- Introduced
SearchClient::multiSearch()to execute multiple search queries in a single batch request, falling back to sequential calls when the underlying adapter does not support batching.
8.26.0
Included commits: 8.25.0...8.26.0
Adjustments
- Added compatibility with Gui module version 5 to support the updated Backoffice theme Inspinia v2.
8.25.0
8.24.0
8.23.1
8.23.0
Included commits: 8.22.0...8.23.0
Fixes
- Adjusted
MaintenanceController::indexAction()to fix an exception in Dynamic Multіstore mode.
Adjustments
- Increased
Storemodule version dependency. - Added
StoreFacadeInterface::isDynamicStoreEnabled()to dependencies.
8.22.0
8.21.1
Included commits: 8.21.0...8.21.1
Fixes
- Adjusted docblocks for the method
\Spryker\Client\Search\Delegator\SearchDelegator::getSearchContext().