Hello,
I tried to have a simple filter for images that width is less than 100 and height is less than 100 but it did not work well (I got images that have more than 100 in height).
I used this filter
width:<100 height:<100 P_AMMasterFaderBackground_reversed_16.png
I could not figure out what is the problem.
I will attach a sample of he results.
Best regards
width height Filter
Re: width height Filter
Now I tried
width:<100 height:<=100
and it worked fine, but still can't find out why.
Best regards
width:<100 height:<=100
and it worked fine, but still can't find out why.
Best regards
Re: width height Filter
Thank you for the issue report sk2107,
Everything is incorrectly optimizing away "duplicated" search terms.
(even though these two terms differ, Everything thinks width: and height: are the same term)
This issue will be fixed in the next alpha update.
Everything is incorrectly optimizing away "duplicated" search terms.
(even though these two terms differ, Everything thinks width: and height: are the same term)
This issue will be fixed in the next alpha update.
Re: width height Filter
Thanks a lot.
Best regards
Best regards
Re: width height Filter
Everything 1.5.0.1360a fixes an issue with search terms being ignored.
Everything was removing duplicated search opcodes.
Unfortunately, width: and height: share the same opcode.
Everything will now only remove duplicated search opcodes when their search data is identical.
Everything was removing duplicated search opcodes.
Unfortunately, width: and height: share the same opcode.
Everything will now only remove duplicated search opcodes when their search data is identical.
Re: width height Filter
Thank you.
Best Regards
Best Regards