Page 1 of 1

File size filter can be more flexible

Posted: Sat Oct 10, 2020 4:49 pm
by serkan
there can be min operator ">" or ">=" and a box
there can be max operator "<" or "<=" and a box

if we fill min box filter added
if we fill max box filter added

lets assume we want to synch

option a >=10KB
option b <=20KB files
option c >=10KB <=20KB files

these 3 can be handled by this way, do you agree?

Re: File size filter can be more flexible

Posted: Sun Oct 11, 2020 6:20 pm
by grigsoft
Yes, I think I can change current option to plain text field, parsing rules like

Code: Select all

>=100K;<1M
We can even try to use some OR logic:

Code: Select all

<10K + >1M
to find small or large files.