Bug 460393

Summary: Request: Add file metadata search conditions
Product: [Applications] dolphin Reporter: kiwifruit
Component: searchAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: wishlist CC: kfm-devel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: How it would look in use

Description kiwifruit 2022-10-13 21:32:21 UTC
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
Comment 1 kiwifruit 2022-10-13 21:36:55 UTC
An even better solution would be to implement search filters with a dedicated prompt.
Comment 2 kiwifruit 2022-10-13 23:47:51 UTC
I've made a reddit post with an improved concept with a mock-up https://redd.it/y3dwvn