https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21526 --- Comment #31 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc [% url = BLOCK %][% url | $raw %][% "&sort_by=" _ sort_by | url %][% END %] So sort_by should be filtered by uri. [% local_url = BLOCK %][% url | $raw %][% "&nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value | url %][% END %] Same here facet_link_value should be filtered by uri. [% local_url = BLOCK %][% url | $raw %][% "&limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value | url %][% END %] Same line again Since you normally filter params with uri, you have a reason here. Could you document such exceptions (or correct them if no reason) ? -- You are receiving this mail because: You are watching all bug changes.