Special Characters in Search Query Break Store Framework Search Behavior
Store Framework
•
ID: 1232881
Backlog
Published on10/16/2025
 • 
Last updated on10/16/2025
1 min read
Summary
When a search query includes special characters such as # or ?, the remainder of the product name is ignored. Additionally, the map parameter is incorrectly recognized, resulting in an empty search or a 'Not Found' page if the flag enable404OneSegment is set as true.
Simulation
- Go to the store's search page (Store Framework-based).
- Perform a search for a product with special characters, such as Produto#123orProduto?123.
- Observe that only the part of the term before the special character is considered.
- The mapparameter is disregarded, leading to a broken or empty search result.
Workaround
N/A