Summary: | Support ignoring diacritics in filter | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Robby Stephenson <robby> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 2.3.4 | |
Sentry Crash Report: |
Description
Robby Stephenson
2010-01-12 17:03:09 UTC
Git commit ac17e0ae0125236cbf0fd920cb071eab32118c5a by Robby Stephenson. Committed on 24/07/2011 at 01:52. Pushed by rstephenson into branch '2.3'. Allow filter to match without accent marks For filter rules using the "Contains" criteria, match against value and against value without accent marks. Do not match for "Equals" rules or regular expressions. BUG: 222400 FIXED-IN: 2.3.4 A +129 -0 src/tests/filtertest.cpp [License: GPL (v2/3)] A +38 -0 src/tests/filtertest.h [License: GPL (v2/3)] M +5 -0 ChangeLog M +41 -10 src/filter.cpp M +2 -1 src/filter.h M +3 -0 src/tests/CMakeLists.txt http://commits.kde.org/tellico/ac17e0ae0125236cbf0fd920cb071eab32118c5a |