PresearchOfficial/presearch-packages

Trimmed parts after # number sign/hash

Closed this issue ยท 3 comments

Describe the bug
At this moment, typed phrase containing # number sign/hash is trimmed (Presearch set as default search engine - browser URL bar).

To Reproduce
Steps to reproduce the behavior:

  1. Launch browser like Firefox, Chrome, Brave
  2. CTRL+L (Windows OS) -> paste: "C# docs" (or common text containing #, ie.: "C# language"). In other words: search using browser URL bar (Presearch set as default search engine)
  3. Press enter (search action)
  4. Compare result with your query

Expected behavior
The result and action is correct.

Screenshots
(issue)
Example: https://presearch.com/search?q=c#%20docs
presearch-issue-hash

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome (also applies to other browsers, see above)
  • Version: 104

Additional context
The action/result is correct if searching via 'Presearch.org'.

Additional screenshot:
(here it's fine)
Example: https://presearch.com/search?q=c%23+docs

presearch-hash

URL Encoding.

Best wishes,

Thanks @mbiesiad, great job catching those issues - as always!
The fix will be pushed to production soon.

My pleasure! Awesome ๐ŸŽ‰ Thank you for the kind words, greetings

The fix has been pushed to production, thanks!