SUMMARY Results with 'Any album', but not with albums checked (children of a particular album that definitely contains the wanted picture) STEPS TO REPRODUCE 1. Label a picture (f.i. with a green flag) 2. Use advanced search function and search for green flags 3. Choose either 'Any album' or a particular map and its children (one of which contains the picture with the green flag) OBSERVED RESULT - when searching with 'Any album': picture is found - when searching with limited selection of maps: picture is not found EXPECTED RESULT finding the searched picture when searching a selection of maps SOFTWARE/OS VERSIONS Windows: 10 ADDITIONAL INFORMATION This is but one exemple. Every now and then, I worry about the lack of results - knówing there are pictures that meet the criteria. Yet I can't define the particularity of cases where the search function doesn't work. Mostly it works fine (and the possible options are amazing!).
I can not reproduce the problem. If you select an album and the image you are looking for is in a children's album, all the children's albums must also be selected. This is easy with right-click-> select-> children. Maik
Created attachment 118057 [details] attachment-31107-0.html That's exactly what I am doing... Op do 14 feb. 2019 08:06 schreef Maik Qualmann <bugzilla_noreply@kde.org: > https://bugs.kde.org/show_bug.cgi?id=404316 > > Maik Qualmann <metzpinguin@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |metzpinguin@gmail.com > > --- Comment #1 from Maik Qualmann <metzpinguin@gmail.com> --- > I can not reproduce the problem. If you select an album and the image you > are > looking for is in a children's album, all the children's albums must also > be > selected. This is easy with right-click-> select-> children. > > Maik > > -- > You are receiving this mail because: > You reported the bug.
Bizy, We have updated Qt to last 5.14 and KF5 to 5.65 in the bundles. Can you reproduce the problem with digiKam 7.0.0-beta2 pre release ? https://files.kde.org/digikam/ Thanks in advance Gilles Caulier
Hello Gilles, Thanks for following up! For now, I'm using version 6.1.0. No problem when: using 'any' or the exact location (map). Problem when selecting more maps. I'll get back here after installing the latest version. b.
Created attachment 125077 [details] Any: result okay
Created attachment 125078 [details] No parent folder: result okay
Created attachment 125079 [details] Parent folders: no result
Alas... problem persists (see screenhots) I choose to mark a picture with a green flag. It's in the folder 'Tijdelijk', that is a child of the folder 'Foto's', which has many children with many (thousands of) files. - Any: file found - Parent folder ('Foto's') checked with all children (including 'Tijdelijk'): no result - 'Tijdelijk' (and its children): file found Hope I'm not overlooking something... b.
Well the pictures with the green flag are in a children folder under "Tijdelijk". Did you select all of the children folders under "Tijdelijk"? Simply open the tree under "Tijdelijk" and look... Maik
Created attachment 125083 [details] attachment-7978-0.html Sure! Op ma 13 jan. 2020 08:07 schreef Maik Qualmann <bugzilla_noreply@kde.org>: > https://bugs.kde.org/show_bug.cgi?id=404316 > > --- Comment #9 from Maik Qualmann <metzpinguin@gmail.com> --- > Well the pictures with the green flag are in a children folder under > "Tijdelijk". Did you select all of the children folders under "Tijdelijk"? > Simply open the tree under "Tijdelijk" and look... > > Maik > > -- > You are receiving this mail because: > You reported the bug.
Created attachment 125099 [details] Parent - no result (2) (showing that all folders under 'Tijdelijk' are checked...)
For clarity: last test (and this comment) are about latest beta version (7.0.0.beta.1) I could find... I posted one more screenshot, clearly showing that all 'children folders' under 'Tijdelijk' are checked... yet no result... b.
I see in the screenshot that your selection is 2417 albums. With this individual selection, each album ID is an SQL parameter. With SQLite, the number of parameters for an SQL query is max 999. We take care this limit with physical albums, I don't think with search albums. Maik
Hé Maik, Thanks for your explanation. Seems plausible. Yet with 'Any album', there's more 4000+ albums, and then the picture ís found... (?!) b.
A different query is used for all albums and not every album is added as a parameter. I also see no real solution to split the query internally, the same applies to many individual tags. One option is MySQL, where 65535 parameters are possible. Secondly, we have to limit the selection of individual albums / tags at SQLite. Maik
@Bizy, digiKam 8.0.0 is out. This entry still valid with this release ? Best regards Gilles Caulier
@Bizy, This problem still reproducible with the new digiKam 8.2.0 pre-release Windows installer available at usual place: https://files.kde.org/digikam/ This new bundle is based on last Qt framework 5.15.11 and KDE framework 5.110. Thanks in advance Gilles Caulier
@Bizy, digiKam 8.2.0 for Windows is now compiled in native under VCPKG + MSVC toolchain. Installer is available here : https://files.kde.org/digikam/ Can you reproduce your dysfunctions with this version ? Thanks in advance Gilles Caulier
(In reply to caulier.gilles from comment #18) > @Bizy, > > digiKam 8.2.0 for Windows is now compiled in native under VCPKG + MSVC > toolchain. Installer is available here : > > https://files.kde.org/digikam/ > > Can you reproduce your dysfunctions with this version ? > > Thanks in advance > > Gilles Caulier @Gilles: Sorry for my late response. As far as I can still understand my original report: I cannot reproduce the issue anymore. So I assume it's solved! :-D Thanks so much for the follow up, and all further development! b.
Thanks for the feedback and happy new year. Gilles Caulier