-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search: Add square:yes
and landscape:yes
filters
#2169
Comments
Note there is also a https://github.com/photoprism/photoprism/blob/develop/internal/search/photos.go#L351 |
lastzero
changed the title
Add
Search: Add Apr 5, 2022
orientation
or landscape
filterorientation
and/or landscape
filter
lastzero
added a commit
that referenced
this issue
Apr 13, 2022
Added
|
lastzero
changed the title
Search: Add
Search: Add Apr 13, 2022
orientation
and/or landscape
filtersquare:yes
and landscape:yes
filters
lastzero
added a commit
that referenced
this issue
Apr 14, 2022
lastzero
added a commit
that referenced
this issue
Apr 16, 2022
lastzero
added a commit
that referenced
this issue
Apr 17, 2022
lastzero
added a commit
that referenced
this issue
Apr 17, 2022
graciousgrey
added a commit
that referenced
this issue
Apr 20, 2022
graciousgrey
added
released
Available in the stable release
and removed
please-test
Ready for acceptance test
labels
May 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Photoprism has a wonderful set of search and filter options, though we're not able to filter photos (and others) well by the items orientation. Currently, the only orientation related filter option is 'portrait` which, if set, will give us all portrait oriented (where height is bigger than width) assets.
Though there is no
landscape
filter.As referenced in my previous bug report / question,
portrait
is a BOOLEAN filter, meaning simply true or false where the default is false meaning: simply not set.As
false
here meansnot set
and not meaning "NOT", thus I propose we have either-or of the following two filter options added:orientation
landscape
The
landscape
filter would do the exact same thing as portrait (a boolean filter) except for landscape oriented (width greater than height) photos (and videos and whatnot).Whereas
orientation
could take different options such as: 'landscape', 'portrait' and could be expanded to include more advanced filters such as 'not set', 'circle', 'upside down' and so forth.The text was updated successfully, but these errors were encountered: