Search based on height and width as comparisons?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
wkearney99
Posts: 11
Joined: Sun Nov 07, 2021 2:42 pm

Search based on height and width as comparisons?

Post by wkearney99 »

Is it possible to search based on height and width, while comparing them?

As in, find all the portrait images, or landscape videos.

Using "\\path\to\media filename width:>height" doesn't appear to do any comparisons.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search based on height and width as comparisons?

Post by void »

In Everything 1.4, include the following in your search:
orientation:landscape
-or-
orientation:portrait

orientation:



In Everything 1.5, include the following in your search:
width:>height:
-or-
aspect-ratio:landscape
-or-
aspect-ratio:portrait
-or-
$width:>$height:

aspect-ratio:
orientation:
$width:>$height:
wkearney99
Posts: 11
Joined: Sun Nov 07, 2021 2:42 pm

Re: Search based on height and width as comparisons?

Post by wkearney99 »

Ah, I was unaware of being able to use the $ prefix to get the contents of a variable. That's handy.

Likewise portrait and landscape orientation options.

Nice!
Post Reply