mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-02 16:19:10 +00:00
feat: add filename and path sorting (#842)
* feat: add filename sorting to dropdown * feat: add file path sorting to dropdown * feat: implement path sorting * feat: add filename column and bump db version * feat: implement filename sorting * doc: tick off roadmap item for filename sorting * fix: use existing filename translation instead * fix: populate Entry.filename in constructor * fix: add missing assertion in search_library fixture * fix: update search test library * feat: add db migration test * fix: add missing library for test
This commit is contained in:
@@ -94,7 +94,7 @@ These version milestones are rough estimations for when the previous core featur
|
||||
- [ ] Field content search [HIGH]
|
||||
- [ ] Sort by date created [HIGH]
|
||||
- [ ] Sort by date modified [HIGH]
|
||||
- [ ] Sort by filename [HIGH]
|
||||
- [x] Sort by filename [HIGH]
|
||||
- [ ] HAS operator for composition tags [HIGH]
|
||||
- [ ] Search bar rework
|
||||
- [ ] Improved tag autocomplete [HIGH]
|
||||
|
||||
Reference in New Issue
Block a user