Skip to content
Snippets Groups Projects
Commit 885bc8d0 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Suche wird url-encoded übertragen

parent 7a01597d
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -173,7 +173,6 @@ class Quicktips
public function normalize_search($search)
{
$search = str_replace(' ', '+', $search);
return $search;
return urlencode($search);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment