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.
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.