| Summary: | Request: Add file metadata search conditions | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | kiwifruit |
| Component: | search | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | dolphin-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | How it would look in use | ||
An even better solution would be to implement search filters with a dedicated prompt. I've made a reddit post with an improved concept with a mock-up https://redd.it/y3dwvn |
Created attachment 152791 [details] How it would look in use SUMMARY Add support for search tags in dolphin. Search tags would show search results with files whose metadata matches the tag's condition. *** EXAMPLE USE CASES (conditions => results) `??image:width>1000px => All images with the width resolution over 1000px` `??image:height>=3000px => All images with the height resolution over or at 3000px` `??date:created>10-01-2020 ??date:created<10-01-2021 => Return all files created within 10-01-2020 and 10-01-2021` *** EXAMPLE TAGS AND SUBTAGS -image -height -width -date -created -modified -accessed -video -height -width