huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
242 stars 80 forks source link

Query component filter url parameters need to be URL encoded #4570

Open Zasa-san opened 2 years ago

Zasa-san commented 2 years ago

When creating pages and using <Query /> syntax, the url parameter cannot parse filter queries unless they are url encoded.

txau commented 2 years ago

Research a backwards compatible solution so URLs that are already encoded do not get re-encoded (which escapes % symbol).