Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 612 Bytes

2021-04-01-add-reset-to-default-for-excluded-search-term.md

File metadata and controls

8 lines (8 loc) · 612 Bytes
title issue
Add reset to default for excluded search term.
NEXT-14417

Administration

  • Added new function resetExcludedSearchTerm in Shopware\Administration\Controller with route /api/_action/search-keyword/reset-excluded-search-term which reset excluded term value to default.
  • Added method onResetExcludedSearchTermDefault in sw-settings-search-excluded-search-terms/index.js to handle reverting the excluded terms values.
  • Added new event PreResetExcludedSearchTermEvent in Shopware\Core\Content\Product\Events to dispatch an event for extendable for excluded search term default.