When I add a new dividend to an investment account, I do not get a filtered list while typing for the point "Security". Still for "Interest" a filtered list is shown. This appears since switch to master git from the latest released version. Operating System: openSUSE Tumbleweed 20241211 KDE Plasma Version: 6.2.80 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1 Kernel Version: 6.11.8-1-default (64-bit) Graphics Platform: Wayland Processors: 20 × 13th Gen Intel® Core™ i7-13700H Memory: 62.5 GiB of RAM Graphics Processor: Intel® Iris® Xe Graphics Manufacturer: TUXEDO Product Name: TUXEDO InfinityBook Pro Gen8 (MK1)
Git commit f7943e4db22a0e367c771168c48416804df9bba1 by Thomas Baumgart. Committed on 13/12/2024 at 17:16. Pushed by tbaumgart into branch 'master'. Add popup completion to security selection FIXED-IN: 5.2 M +3 -0 kmymoney/views/investtransactioneditor.cpp https://invent.kde.org/office/kmymoney/-/commit/f7943e4db22a0e367c771168c48416804df9bba1
works, thanks!
It was a step forward, I realized that a text completion is added. What is shown for the point "Interest" is a filtered list (filtered by not only the beginning but also string matching within the name). For the point "Security" it is now a completion based on the beginning of the name only, not a filtered list based on string matching within the name (as it was in the latest released version). Meaning it is not working as compared as to the latest release. Correct me, if I am wrong.
Created attachment 176742 [details] Screenshot showing search based on "case insensitive contains" I am unable to duplicate this with the latest master version. Please see attached screenshot.
You are right, works here as well. Not sure, whether I did not look good enough. sorry