Bug 349624 - Add operator on fast filter
Summary: Add operator on fast filter
Status: RESOLVED FIXED
Alias: None
Product: skrooge
Classification: Applications
Component: general (other bugs)
Version First Reported In: 1.12.5
Platform: Kubuntu Linux
: NOR wishlist
Target Milestone: 25.1.0
Assignee: Guillaume DE BURE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 12:48 UTC by vicnet
Modified: 2015-06-27 21:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vicnet 2015-06-26 12:48:44 UTC
In fast search/filter edit box, allow following operator:
  >=   like > with equlity
  <=
  =    exact search/filter

See discussion here https://forum.kde.org/viewtopic.php?f=210&t=126896&p=337103


Reproducible: Always

Steps to Reproduce:
1. Open operation list
2. In fast filer, enter co=xxx
   with xxx is a complete comment of at least one operation

Actual Results:  
Nothing is displayed (= is not an allowed operator)

Expected Results:  
Only operation that have a comment exactlly as xxx should be displayed
Comment 1 Stephane MANKOWSKI 2015-06-26 14:31:17 UTC
Git commit 8f378e27abd9bad9acd92c0dd61aba3df5444747 by Stephane Mankowski.
Committed on 26/06/2015 at 14:31.
Pushed by smankowski into branch 'master'.

Add operator on fast filter

M  +1    -0    CHANGELOG
M  +1    -1    skgbankgui/skgquerycreator.ui
M  +1    -1    skgbasegui/skgfilteredtableview.ui
M  +35   -11   skgbasegui/skgsortfilterproxymodel.cpp
M  +23   -8    skgbasemodeler/skgservices.cpp
M  +15   -0    tests/skgbasemodelertest/skgtestbase.cpp

http://commits.kde.org/skrooge/8f378e27abd9bad9acd92c0dd61aba3df5444747
Comment 2 Stephane MANKOWSKI 2015-06-27 21:52:36 UTC
Git commit 03db3e60d125714cb160cdd496588a497a8cad38 by Stephane Mankowski.
Committed on 27/06/2015 at 21:52.
Pushed by smankowski into branch 'master'.

Add operator on fast filter

M  +1    -1    README
M  +13   -10   skgbankgui/skgquerycreator.cpp
M  +1    -1    skgbankgui/skgquerycreator.ui
M  +1    -1    skgbasegui/skgfilteredtableview.ui
M  +10   -2    skgbasegui/skgsortfilterproxymodel.cpp
M  +10   -5    skgbasemodeler/skgdocument.cpp
M  +17   -10   skgbasemodeler/skgservices.cpp
M  +16   -6    tests/skgbasemodelertest/skgtestbase.cpp
M  +1    -1    tests/skgbasemodelertest/skgtestmultidocument.cpp

http://commits.kde.org/skrooge/03db3e60d125714cb160cdd496588a497a8cad38