Jump to content
brudderman

Understanding filters

Recommended Posts

I'm trying to understand the operation of filters with multiple logic steps but must be doing something wrong. As an example consider this logic:

(Favorites less than 3) AND (Favorites greater than or equal to 2)

Unless I'm misunderstanding, this logic should produce only caches with exactly 2 favorites. Yet when I apply it to my offline list (Cachly 5.0.1, iPhone XS Max, iOS 12.1.4), all caches are returned even though there is one with the desired 2 favorites. But maybe I'm misinterpreting the Filters dialog and how to set it up. A screenshot of my logic is attached.

What am I missing or doing wrong? 

Thanks!

Filter AND.png

Share this post


Link to post
Share on other sites

I just looked at the code and it looks like when more than one favorites filter is used I was incorrectly using an OR rather than an AND, which would always return all results. I have fixed this and it will be in 5.0.2.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×