Closed kylehuynh205 closed 10 months ago
Problem is caused by HTML escaping characters. Can be solved by rewriting the URL.
Content: Linked Agent (Linked Agent)
Override the output of this field with custom text
> Text
add the following Twig filter after ...f[0]=linked_agent:{{ linked_agent_info[1]
|replace({"&":"&", "'":"'", "<":"<", ">":">"})|url_encode
...f[0]=linked_agent:{{ linked_agent_info[1]|replace({"&":"&", "'":"'", "<":"<", ">":">"})|url_encode }}...
About
The issue:
'
which is URL encoded in the link https://arabww.digital.utsc.utoronto.ca/search-results?f[0]=linked_agent:%20al%20It'haf%20Publishing%20House&term_id=2634, the view with facets can't capture or decode back to the original to filter the results.