Version: 1.2.0 (using 4.4.00 (KDE 4.4.0), Arch Linux) Compiler: gcc OS: Linux (i686) release 2.6.32-ARCH When I try to search for images that have exactly one star rating (range from:1, to:1), I can not set up this search criteria in the dialog. When I select "1" (at least) on the left and "1" (at most) on the right, the setting of the left combobox is erased. So I am never able to set some range in here.
I cannot reproduce this here with KDE 4.4.0 and Qt 4.6.2.
I can do a screencast to prove it ;-)
Probably the logic is copied from the other fields which have spin boxes, and you usually search for a range. It's also not possible there to search for "==", but you can use a <= x <= a+1. It was not easy to get this right with the spin boxes and their own ideas what to do. For the rating, we should of course allow the same value in both boxes. And it should be easier to implement.
Seems to be fixed now....