[tellico] [Bug 450517] No result in quick filter with "C++"

2022-03-15 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=450517

Robby Stephenson  changed:

   What|Removed |Added

   Version Fixed In||3.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 450517] No result in quick filter with "C++"

2022-03-15 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=450517

Robby Stephenson  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Robby Stephenson  ---
Git commit 9f93fa8921c90119e3d1e0ddd58a3d316c6fba60 by Robby Stephenson.
Committed on 16/03/2022 at 01:15.
Pushed by rstephenson into branch 'master'.

Add option for using regular expressions in the quick filter
FIXED-IN: 3.5

M  +4-0ChangeLog
M  +2-1doc/configuration.docbook
M  +3-0src/config/tellico_config.kcfg
M  +8-0src/configdialog.cpp
M  +1-0src/configdialog.h
M  +2-2src/filter.cpp
M  +1-1src/filter.h
M  +1-1src/mainwindow.cpp
M  +13   -1src/tests/filtertest.cpp

https://invent.kde.org/office/tellico/commit/9f93fa8921c90119e3d1e0ddd58a3d316c6fba60

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 450517] No result in quick filter with "C++"

2022-02-19 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=450517

--- Comment #2 from Robby Stephenson  ---
Git commit f3b233907632e85aa0ff6c45e78f7662459a3592 by Robby Stephenson.
Committed on 19/02/2022 at 20:19.
Pushed by rstephenson into branch '3.4'.

Isolate the main window quick filter to allow unit testing

M  +29   -0src/filter.cpp
M  +2-0src/filter.h
M  +1-23   src/mainwindow.cpp
M  +12   -0src/tests/filtertest.cpp
M  +1-0src/tests/filtertest.h

https://invent.kde.org/office/tellico/commit/f3b233907632e85aa0ff6c45e78f7662459a3592

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 450517] No result in quick filter with "C++"

2022-02-19 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=450517

Robby Stephenson  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Robby Stephenson  ---
(In reply to Fabiano Caruana from comment #0)
> The expression "C++" is not found in the quick filter. Nothing happens, it
> looks like the expression is just ignored. The expression "++" is found.
> The advanced filter finds the expression "C++".

Tellico tries to be helpful and interpret C++ as a regular expression which
ends up matching any book with the letter 'c' in any field. Try searching for
c\+\+ to see if that gives you your expected outcome.

But yes, this is unhelpful and surprising to a user. I need to improve it.
Maybe an option to enable/disable the parsing as a regular expression would be
most appropriate.

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 450517] No result in quick filter with "C++"

2022-02-18 Thread Fabiano Caruana
https://bugs.kde.org/show_bug.cgi?id=450517

Fabiano Caruana  changed:

   What|Removed |Added

Summary|No result in quick filter   |No result in quick filter
   |with|with "C++"

-- 
You are receiving this mail because:
You are watching all bug changes.