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?
File size filter can be more flexible
Re: File size filter can be more flexible
Yes, I think I can change current option to plain text field, parsing rules like We can even try to use some OR logic: to find small or large files.
Code: Select all
>=100K;<1M
Code: Select all
<10K + >1M