brudderman Posted February 28, 2019 Report Share Posted February 28, 2019 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! Quote Link to comment Share on other sites More sharing options...
Nic Hubbard Posted February 28, 2019 Report Share Posted February 28, 2019 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. Quote Link to comment Share on other sites More sharing options...
brudderman Posted March 1, 2019 Author Report Share Posted March 1, 2019 Thanks, Nic! It appeared to me that the OR was being applied instead of the AND, but then I couldn't completely rule out a misunderstanding of how the filter dialog was supposed to work. Will look forward to the fix! Nic Hubbard 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.