Bug 368124

Summary: Face tag inside album view is case sensitive
Product: [Applications] digikam Reporter: Stefano <rs4000>
Component: Faces-WorkflowAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, metzpinguin, mick
Priority: NOR    
Version: 5.3.0   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 5.4.0

Description Stefano 2016-09-01 21:15:38 UTC
When you add a tace tag inside album view the input box is case sensitive, it should better be case insensitive as it is in the batch face detection view.

Reproducible: Always
Comment 1 Stefano 2016-11-01 21:21:49 UTC
To me, this is fixed in 5.3.0 AppImage.
Comment 2 Mick Sulley 2016-11-08 09:54:21 UTC
I just tested this in the latest appimage and it is still a problem for me.  In version 4 it was fine but all version 5 are case sensitive which is very annoying.
Comment 3 Stefano 2016-11-14 19:10:06 UTC
Actually yes, the bug is still there.
Comment 4 Maik Qualmann 2016-12-29 11:44:51 UTC
Git commit 949e7bf27067af3ebb48685b31c7b58a3e57b736 by Maik Qualmann.
Committed on 29/12/2016 at 11:42.
Pushed by mqualmann into branch 'master'.

fix completion mode for manual face tagging
Related: bug 374185, bug 372481, bug 284780, bug 360155
FIXED-IN: 5.4.0

M  +6    -1    NEWS
M  +40   -2    libs/tags/addtagscombobox.cpp
M  +8    -0    libs/tags/addtagscombobox.h
M  +7    -3    libs/tags/tagscompleter.cpp
M  +10   -0    utilities/facemanagement/assignnamewidget.cpp
M  +2    -0    utilities/facemanagement/assignnamewidget.h
M  +9    -1    utilities/facemanagement/facegroup.cpp

https://commits.kde.org/digikam/949e7bf27067af3ebb48685b31c7b58a3e57b736
Comment 5 Mick Sulley 2016-12-30 21:25:27 UTC
Just tested in Build date: Dec 29 2016 (target: debug)
Rev.: 949e7bf27067af3ebb48685b31c7b58a3e57b736
It is sort of fixed.
It is not case sensitive on matches any more, but only matches on alternate characters.  To explain, trying to tag Sheila Sulley
Type 's' lower case, and it gives a list containing loads of stuff starting with 's'
Type 'h', so I now have 'sh' in the input box, the match list has gone.
Type 'e', so I now have 'she' in the input box, the list is back and restricted to entries starting 'she' 
It is not just on odd numbered characters, if you click on another window when on an odd character and then come back the list is empty, adding more characters then lists on even ones only.
Also the suggestion list still contains non people tags, I will update that bug as well.
Comment 6 Maik Qualmann 2016-12-30 22:44:51 UTC
The problem with the hiding of the popup after every 2. character I will also still fix.

Maik