Hi jaysupport,
Thank you for the explanation.
I’ve tried « ;
and » ;
, the only problem with this approach is that left and right quotes are not part of the keyboard keys and are not easily entered by the end users. Also when using " ;
and &apos ;
in the title field, search still doesn’t work as the problem is in the input field sanitation.
I believe single and double quotes in front-end user inputs are not properly escaped. If I insert a single quote in search input, query string parameter prod_name has value %27. And if I change query string parameter to ‘ (https://www.arboretum.si/arboretum/herbarij/?prod_name=’), I get value \’ in input field.
Kind regards,
Uros