https://bugs.kde.org/show_bug.cgi?id=357960
--- Comment #7 from Saman <svps777+...@gmail.com> --- I can reproduce this bug in Baloo 5.38.0: $ baloosearch -d. "rating=9" | grep -v "Elapsed:" | wc -l The output is 9 then I run the following command: $ baloosearch -d. "rating=10" | grep -v "Elapsed:" | wc -l The output is 5 So I expect to see 14 for the following command but I see 9 instead: $ baloosearch -d. "rating>=9" | grep -v "Elapsed:" | wc -l In other words there is no difference between "=" and ">=" operators. -- You are receiving this mail because: You are watching all bug changes.