Create filters for list short URL
Opened this issue · 0 comments
bolovsky commented
It would be nice to have the ability to filter URLs from list and to have a grouping mechanism, such as key
or group
that would allow one to have a contextful list returned
- Create
group
orkey
filter to act upon a new field, which is optional (must) - Create
start_date
andend_date
filter to act upon created_at (should) - Create
status
filter to act upon the state of the short, checking bydeleted_at
or if a redirect happen (could)