Open
Description
Hello!
The search for exact phrases using quotes ("exact phrase") is not working in the current version (2.9.9). The search strings seems to be converted to 'exact AND phrase'.
The first result should not be found as it does not contain the exact search string "die Suche nicht", but only the string "die Suche mit Anführungszeichen nicht".
I did some research and this issue seems to be related to the escaping, see
https://stackoverflow.com/questions/16674139/php-mysql-boolean-full-text-searches-exact-string-operator-gives-differ
Unfortunately, my knowledge of PHP / MySQL is rather limited, so I am unable to fix the problem myself, but maybe this is helpful for you!