Skip to content

Releases: spryker/product-search

5.13.0

12 Oct 14:45
Compare
Choose a tag to compare

Included commits: 5.12.2...5.13.0

Improvements

  • Adjusted module classes to get rid of architecture violations in the facade.

5.12.2

30 Jul 06:00
Compare
Choose a tag to compare

Included commits: 5.12.1...5.12.2

Adjustments

  • Adjusted AttributeMapWriter::cleanProductSearchAttributeMap() to check if items-to-delete are existing in DB and run delete in this case

5.12.1

10 Feb 17:00
Compare
Choose a tag to compare

Included commits: 5.12.0...5.12.1

Fixes

  • Added missing autoload entries.

5.12.0

20 Aug 12:55
Compare
Choose a tag to compare

Included commits: 5.11.0...5.12.0

Fixes

  • Added missing size property spy_product_search_attribute_map.target_field column.
  • Added missing size property spy_product_search_attribute.filter_type column.

5.11.0

09 Jul 07:59
Compare
Choose a tag to compare

Included commits: 5.10.0...5.11.0

Improvements

  • Increased Gui module version dependency.
  • Adjusted FilterPreferencesController::deleteAction() in order to use CSRF protection.
  • Adjusted SearchPreferencesController::cleanAction() in order to use CSRF protection.

5.10.0

06 Jul 09:12
Compare
Choose a tag to compare

Included commits: 5.9.2...5.10.0

Fixes

  • Adjusted SearchPreferencesTable::boolToString() so it now returns html label instead of simple string.
  • Adjusted SearchPreferencesTable::configure() so fulltext, fulltext boosted, suggestion terms and completion terms columns now have type raw.
  • Adjusted translations.

5.9.2

25 Jun 07:47
Compare
Choose a tag to compare

Included commits: 5.9.1...5.9.2

Fixes

  • Added missing translations.

5.9.1

17 Jun 15:49
Compare
Choose a tag to compare

Included commits: 5.9.0...5.9.1

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

5.9.0

18 Mar 11:59
Compare
Choose a tag to compare

Included commits: 5.8.0...5.9.0

Improvements

  • Fixed ProductSearchFacade::persistProductSearch() facade method to rollback the transaction in a case when Exception is thrown during the execution of it.
  • Impacted ProductSearchProductConcreteAfterCreatePlugin plugin with facade changes.
  • Impacted ProductSearchProductConcreteAfterUpdatePlugin plugin with facade changes.

5.8.0

09 Dec 14:50
Compare
Choose a tag to compare

Included commits: 5.7.2...5.8.0

Improvements

  • Introduced ProductSearchFacadeInterface::mapDynamicProductAttributesToSearchData().