{"section":"known-issues","requestedLocale":"en","requestedSlug":"special-characters-in-search-query-break-store-framework-search-behavior","locale":"en","slug":"special-characters-in-search-query-break-store-framework-search-behavior","path":"docs/en/known-issues/Store Framework/special-characters-in-search-query-break-store-framework-search-behavior.md","branch":"main","content":"## Summary\n\n\nWhen 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.\n\n\n#### Simulation\n\n\n\n1. Go to the store's search page (Store Framework-based).\n2. Perform a search for a product with special characters, such as `Produto#123` or `Produto?123`.\n3. Observe that only the part of the term before the special character is considered.\n4. The `map` parameter is disregarded, leading to a broken or empty search result.\n\n\n#### Workaround\n\n\nN/A"}