https://bugs.kde.org/show_bug.cgi?id=357960
--- Comment #8 from Saman <svps777+...@gmail.com> --- Some test cases which baloo failed in 5.38.0: 1. Create a directory named baloo_test 2. Create two files "rating10.txt" and "rating9.txt". Give rating 10 to the former and 9 to the latter. I can see the following wrong results: $ baloosearch -d. "rating>=10" rating10.txt rating9.txt $ baloosearch -d. "rating>=9" rating9.txt $ baloosearch -d. "rating<=10" rating10.txt $ baloosearch -d. "rating<=9" rating10.txt rating9.txt $ baloosearch -d. "rating<=2" rating10.txt -- You are receiving this mail because: You are watching all bug changes.