mbos2 / url-shortener

Simple, Selfhosted, URLShortener service
MIT License
8 stars 3 forks source link

Search for short url record(s) by Alias attribute #8

Open mbos2 opened 11 months ago

mbos2 commented 11 months ago

Describe the solution you'd like A search functionality that will return records by alias attributre and display them in the frontend table.

Alias doesn't have to be exact match in order to return records.

Functionality

Please follow code conventions you can already find in the code files to build this solution.

GuyKh commented 11 months ago

I can take this too