From 789a1664960da1b6287e3bb815d64e0d0fa8ef95 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 19 Mar 2021 08:51:42 -0400 Subject: Fix search param encoding in user query (#3541) Before, the chosen encoding was not the best for the task since some part of the value was truncated when used with quotes. Now, the encoding allows to work smoothly with quotes. See #3538 --- app/views/helpers/configure/query.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/helpers/configure/query.phtml b/app/views/helpers/configure/query.phtml index 7298a0a9a..38a1a715c 100644 --- a/app/views/helpers/configure/query.phtml +++ b/app/views/helpers/configure/query.phtml @@ -19,7 +19,7 @@
- +
-- cgit v1.2.3