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

Feat: add @ and # in search while listing URLS without big touch to code? #87

Open mshannaq opened 1 year ago

mshannaq commented 1 year ago

Consider enhancing the URL listing feature by introducing the capability to search for user URLs using the "@" symbol and for tag URLs using the "#" symbol. We should explore implementation options but without big changes to the core code?

for example @admin for searching in admin URLS. or #internal for searching in internal tag

or if we want to make more performance we can

#internal register link will search for word register link in internal tag

#admin register link will search for word register link in admin user URLs.

mshannaq commented 1 year ago

TBD