Index: plugins/lemans-solr-search/trunk/includes/template_functions.php =================================================================== diff -u -r1348 -r1390 --- plugins/lemans-solr-search/trunk/includes/template_functions.php (.../template_functions.php) (revision 1348) +++ plugins/lemans-solr-search/trunk/includes/template_functions.php (.../template_functions.php) (revision 1390) @@ -152,7 +152,8 @@ if(isset($_GET['q']) && !empty($_GET['q'])) { - $parameters['q'] = rawurlencode(stripslashes_deep($_GET['q'])); +// $parameters['q'] = rawurlencode(stripslashes_deep($_GET['q'])); + $parameters['q'] = rawurlencode(rawurldecode(stripslashes_deep($_GET['q']))); } if(isset($_GET['docType']) && !empty($_GET['docType']))