| Summary: | rating search: less, equal, and larger comparison | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Arnd Baecker <arnd.baecker> |
| Component: | Searches-Labels | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.9.1 | |
| Sentry Crash Report: | |||
| Attachments: | patch for rating search | ||
|
Description
Arnd Baecker
2006-09-12 13:25:17 UTC
Attached is a patch which should solve this issue. In addition it provides "<=" and ">=" (which were essentially already present in the source (for ">" and "<"), but RuleOpTableCount did not match with the number of items. Adding ">=" required to add GTE and LTE, also in the kioslave/digikamsearch part. Best, Arnd Created attachment 19098 [details]
patch for rating search
Arn, Thanks for the patch. Really appreciate ! Marcel, the patch sound fine for me. What do you think about ? Gilles Yes it seems fine to me. SVN commit 619777 by cgilles: digiKam from trunk : patch from Arnd Baecker to use less, equal, and larger comparison with rating search in image collection. BUG: 133955 M +12 -23 digikam/searchwidgets.cpp M +3 -4 digikam/searchwidgets.h M +189 -160 kioslave/digikamsearch.cpp M +16 -11 kioslave/digikamsearch.h |