if i enter a special character like "(" or something in the search field i always get the error:
Die letzte Datenbankabfrage lautete: SELECT cur_id,cur_namespace,cur_title,cur_text FROM cur,searchindex WHERE cur_id=si_page AND ( (MATCH (si_title) AGAINST ('blaa')) ( ) AND cur_namespace IN (0,11) LIMIT 0, 20 aus der Funktion "SearchEngine::showResults". MySQL meldete den Fehler "1064: You have an error in your SQL syntax near '( ) AND cur_namespace IN (0,11) LIMIT 0, 20' at line 1".
how can i correct that?
it is possible to enter special characters in the address field and create an article via "&action=edit" function.