Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DateChange
07.03.2017First public version of the documentation for version 1.0.0


Description

The plugin "MND special character search" allows searching for special characters such as ".","-","|","/".

Usually Shopware removes all special characters and uses them separators for separating the searchkeysearch words. Searching for "a-b-c" is not possible.

Info

This plugin works also with the shopware premium plugin "Smart search"


Info

This plugin is not compatible with elasticsearch or external serach services like "Findologic", "Fact Finder" etc.


Installation and Usage

The installation is being done as usual about Install the plugin via the Shopware Plugin Manager.manager

Note

After the installation you should clear the Shopware Caches (Frontend and HTTP-Proxy). You also need to rebuild the search index.


Further information about the installation process in Shopware:

Plugin-Installation: http://en.community.shopware.com/_detail_1638.html?_ga=1.157404536.358724997.1486735614
Plugin-Manager: http://en.community.shopware.com/_detail_1858.html?_ga=1.157404536.358724997.1486735614

 

Plugin-Configuration


 

Warning

After changing the plugin configuration or activating the plugin you need to rebuild the Shopware search index!

You can do this in the shopware backend via Preferences → Caches/Performance → Tab "Preferences" → In the tree select "Search" → Click on Button "Rebuild search index"

Image Added


Preferable you should do this via the Shopware CLI

Code Block
./console sw:refresh:search:index


Add more characters

You can add more characters via the field "Allowed characters". Pleas not that you have to escpae regex relevant characters with Backslash "\". Example: \/

Here we add "/", " " und "|"

Code Block
\/\s\|



Uninstall

The Plugin is also uninstalled using the Plugin manager.

 

 

 

 

 

 

 

...