Nach Stundenlangem Suchen hier der passende Fix für Version 2.0.5
#
#OPEN
#
includes/function_search.php
#
#FIND
#
if ( $mode == 'post' )
{
$entry = str_replace('*', ' ', $entry);
// 'words' that consist of <3 or >20 characters are removed.
$entry = explode(' ', $entry);
for ...