Description:
To prevent sending native ajax suggestion calls, the data-search directive, which initializes the swSearch plugin has been removed. This plugin is unfortunately also responsible for many other interactions. One of these is show/hide searchbox after clicking on magnifier icon while being in mobile mode. This PR restores the data-search and define custom plugin that overrides the swSearchonKeyUp method. This should silence the native suggestion mechanism but persist rest of the functionality, that plugin offers.
Description: To prevent sending native ajax suggestion calls, the
data-search
directive, which initializes theswSearch
plugin has been removed. This plugin is unfortunately also responsible for many other interactions. One of these is show/hide searchbox after clicking on magnifier icon while being in mobile mode. This PR restores thedata-search
and define custom plugin that overrides theswSearch
onKeyUp
method. This should silence the native suggestion mechanism but persist rest of the functionality, that plugin offers.Tested with Shopware version(s): 5.7
Tested with PHP version(s): 7.4