Encoding issues for specific characters leads to unexpected product search
Intelligent Search
•
ID: 1022550
Backlog
Published on4/24/2024
•
Last updated on4/24/2024
1 min read
Summary
An encoding issue may affect searches with special characters when they are indicated through the "query" parameter, leading to wrong search results.
Searches without any filters may use the first path of the URL to indicate the search term, but searches with filters depend on the "query" parameter from the URL.
Simulation
This issue happens especially with the symbol "+".
The search term "A+" works correctly while indicated via the URL path, but it'll behave as "A " while indicated through the "query" parameter.
Workaround
N/A