Bug 460393 - Request: Add file metadata search conditions
Summary: Request: Add file metadata search conditions
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: search (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-13 21:32 UTC by kiwifruit
Modified: 2022-10-13 23:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
How it would look in use (20.24 KB, image/png)
2022-10-13 21:32 UTC, kiwifruit
Details

Note You need to log in before you can comment on or make changes to this bug.
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