"Childcount:<3" is giving me wrong results

Found a bug in "Everything"? report it here
Post Reply
dibolek
Posts: 1
Joined: Sun May 14, 2017 9:26 pm

"Childcount:<3" is giving me wrong results

Post by dibolek »

Hello.

Using "Childcount:<3" is giving wrong results (lists folders not only with less than three children but also with more).
Same for "childfilecount:" and maybe more ;).

Using those functions with equal (=) or above (>) operator works fine - results are correct.

Thanks.

Regards.
Daniel
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: "Childcount:<3" is giving me wrong results

Post by void »

Thanks for the bug report.

Functions that take an integer parameter should eat the < and > immediately after the :

The following functions are affected:
  • childcount:
  • childfilecount:
  • childfoldercount:
  • depth:
  • bitdepth:
Fixed in Everything 874b.
Post Reply