[Cin] The Around operation in a filter doesn't seem to work

Igor BEGHETTO igorbeg at visi1.org
Sun Jun 23 11:09:32 CEST 2024


Yes, like you (Bulhwi_Cha), I think that Around with Time target doesn't 
work. I never used Around. Tested it just now.
BUT...

Let's suppose We have our files with dates from 2014 to 2023.
1. If we want all the files exluding that before 2018/12/31 and after 
2021/01/01:
Enable   Target   Op    Value
Or       Time     Gt>   2018/12/31 00:00:00
And      Time     Lt<   2021/01/01 00:00:00

2. If we want all the files except between 2018/12/31 and after 2021/01/01:
Enable   Target   Op    Value
Or Not   Time     Gt>   2018/12/31 00:00:00
Or Not   Time     Lt<   2021/01/01 00:00:00

ALWAYS delete the filter:
  Or |  Patterns | Matches | *
because it changes the result of the filters Or, And,...

Note:
Other Enable options above, for the points 1. and 2., may work for the 
same result.


IgorBeg


21/06/2024 09:51, Bulhwi Cha via Cin wrote:
> In the Modify folder window, the following list of two filters doesn't
> exclude files modified this year.
>
> Enable  Target    Op       Value
> Or      Patterns  Matches  *
> And     Time      Around   2011/06/04 12:00:00+12:00:00
>
> Am I doing something wrong, or is the Around operation not working well?


More information about the Cin mailing list