Skip to content
Snippets Groups Projects
Commit a7f8c8c8 authored by Ere Maijala's avatar Ere Maijala Committed by Robert Lange
Browse files

Primo: Fix url-encoding of filters in search query.

parent c49403a7
No related merge requests found
......@@ -281,7 +281,7 @@ class Connector implements \Laminas\Log\LoggerAwareInterface
$facetOp = $values['facetOp'];
$values = $values['values'];
}
array_map(
$values = array_map(
function ($value) {
return urlencode(preg_replace('/,/', '+', $value));
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment