{"section":"known-issues","requestedLocale":"en","requestedSlug":"autocomplete-history-searches-with-the-character-are-breaking-the-search-result-page","locale":"en","slug":"autocomplete-history-searches-with-the-character-are-breaking-the-search-result-page","path":"docs/en/known-issues/Intelligent Search/autocomplete-history-searches-with-the-character-are-breaking-the-search-result-page.md","branch":"main","content":"## Summary\n\nWhen performing searches on Store Framework stores, the autocomplete component may store the search history from the user's session. If the user has searched for terms that contained the \"/\" char before and searches it again using the autocomplete history list, the search will not URL-encode the search term and return a different result from what was searched or return an empty search page.\n\n## Simulation\n\n1. Search for products in a Store Framework store with terms containing the \"/\" character. For example: `blue shoes 1/2`.\n2. See that the result will be expected according to what was searched, and the URL will encode the \"/\" character.\n3. Return to the home page (or just erase the text searched from the search bar). The autocomplete history will appear containing the search term with the \"/\" character.\n4. Click on it to search again for the term. The result page may bring results out of the context or to an empty search page.\n\n## Workaround\n\nN/A"}