Extendy / SmartyURL

SmartyURL is a PHP-based web application for Smart URL management, Sharing, shortening, and analytics, featuring smart redirects.
https://docs.smartyurl.extendy.net/
MIT License
12 stars 2 forks source link

Bug: Search comming from query string is url encoded #140

Closed mshannaq closed 8 months ago

mshannaq commented 9 months ago

Describe the bug when the search string is comming from query string it is encoded so we must decode it before seach to return valid result.

To Reproduce Steps to reproduce the behavior:

  1. login as user
  2. goto List Urls Bucket
  3. try to seach for any link with not Ebnglis Search , for example try Arabic string
  4. copy the url.
  5. open new browser window and paste the URL.
  6. you will that the query string is used as encoded. see the picture above . and that will not return and result.

Screenshots image

Also if user listing his url the link will contacins his id , so if her shared the url to another user so the new user will not see the url.

see: image

Affected version