Merge pull request #6362 from nurbek91/magework_auto

Add MageWorx Search Autocomplete / search-engine
main
Elbert Alias 3 years ago committed by GitHub
commit be4f16dc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" fill="#78DC35"/>
<path d="M3.70078 1.60001H10.4912L17.8336 14.9424H11.52L3.70078 1.60001Z" fill="white"/>
<path d="M28.4352 1.60001L20.9152 14.3412L17.8336 8.629L21.6448 1.60001H28.4352Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.52 14.9424L11.6608 15.1816L3.2 29.8765H9.83359L17.8624 14.9959L17.8336 14.9424H11.52ZM17.984 21.6654L22.3472 29.8765H29.3056L21.1232 15.8488L17.984 21.6654Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 561 B

@ -268,6 +268,18 @@
], ],
"website": "https://magento.com" "website": "https://magento.com"
}, },
"MageWorx Search Autocomplete": {
"cats": [
29
],
"description": "MageWorx Search Autocomplete extension offers an AJAX-based popup window that displays and updates relevant search results while a customer forms his or her query.",
"icon": "MageWorx.svg",
"requires": "Magento",
"dom":"link[href*='MageWorx_SearchSuiteAutocomplete']",
"oss": true,
"scriptSrc": "MageWorx_SearchSuiteAutocomplete",
"website": "https://github.com/mageworx/search-suite-autocomplete"
},
"Magisto": { "Magisto": {
"cats": [ "cats": [
14 14