-
-
Notifications
You must be signed in to change notification settings - Fork 144
Search Query Syntax
Thibault Deckers edited this page Apr 13, 2025
·
2 revisions
Search queries allow some simple syntax beyond title search. It can be used from the Search
page or when using the title filter
in the Collection
page.
It goes like this:
<field><operation><value>
Fields (case insensitive):
-
EXT
: file name extension, e.g.png
-
ID
: media content id in the Android Media Store, e.g.187683
-
YEAR
: media main date year, e.g.2049
-
MONTH
: media main date month as a number, e.g.9
(for September) -
DAY
: media main date day, e.g.23
-
WIDTH
: media width in pixels, e.g.1920
-
HEIGHT
: media height in pixels, e.g.1080
-
SIZE
: file size in bytes (accepting suffixesk
,m
,g
), e.g.42m
Operations:
=
<
>
Examples:
size>50m
width=1080
year<1990
ext=jpg