Skip to content

Releases: spryker/search

8.28.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 20 Aug 11:55

Included commits: 8.28.0...8.28.1

Adjustments

  • Added SearchResponseStubHelper and StubSearchAdapterPlugin to 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

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 12 Jun 14:23

Included commits: 8.27.0...8.28.0

Improvements

  • Added IndexMapGenerator::FIELDS constant and extended index map generation to support child fields mappings in addition to properties, enabling index maps to be generated correctly for Elasticsearch field-level multi-mappings.

8.27.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 30 Mar 09:03

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

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 17 Mar 22:13

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

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 16 Nov 09:16

Included commits: 8.24.0...8.25.0

Improvements

Updated TWIG with Bootstrap v5 HTML classes

8.24.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 05 Nov 16:34

Included commits: 8.23.1...8.24.0

Improvements

  • Added PHPUnit 11 support.

8.23.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 May 14:05

Included commits: 8.23.0...8.23.1

Improvements

  • Added PHPStan 1.10.* support.

8.23.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 11 Apr 12:55

Included commits: 8.22.0...8.23.0

Fixes

  • Adjusted MaintenanceController::indexAction() to fix an exception in Dynamic Multіstore mode.

Adjustments

  • Increased Store module version dependency.
  • Added StoreFacadeInterface::isDynamicStoreEnabled() to dependencies.

8.22.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 02 Nov 21:22

Included commits: 8.21.1...8.22.0

Improvements

  • Added PHP 8.2 support.

8.21.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 11 Sep 11:45

Included commits: 8.21.0...8.21.1

Fixes

  • Adjusted docblocks for the method \Spryker\Client\Search\Delegator\SearchDelegator::getSearchContext().