yourselfhosted / slash

An open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management.
GNU Affero General Public License v3.0
1.76k stars 92 forks source link

Search by s/ #68

Open madcoda9000 opened 7 months ago

madcoda9000 commented 7 months ago

Is your feature request related to a problem?

If I've two shortcuts saved with the following names: s/unifi-network s/unifi-gateway

And i do a search like that s/unifi, slash tells me that no links where found for unifi. That is frustrating as i would expect, that slahs will show me both links.

Describe the solution you'd like

it would be greate if slash would treat the command s/ as a search. If s/ hits a name the url should be called. If s/*** matches more that one name a list of links should be shown.

Additional context

Maybe it is only my problem, but i am not able to store all names in my little brain capacity :-)

boojack commented 7 months ago

And i do a search like that s/unifi, slash tells me that no links where found for unifi.

@madcoda9000 I'd like to know how you do your searches. Was it through a search similar to the one below?

image
madcoda9000 commented 7 months ago

Ok, sorry my fault. I do not mean the search within the webapplication. I mean the browsers urls input field when the Browser Extension is installed.

I assume that the browser extension do an api call if I enter something like s/bookmarkname in the browser's url input field.

Best regards Sascha