Summary: | KmyMoney transaction search (in the ledger interface) doesn't find transactions | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | surcouf <arnaudvillemain> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | regression |
Priority: | NOR | ||
Version First Reported In: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/67c2bc59699e68cbb7de5b99f7c8f126bf67d92c | Version Fixed In: | 5.2.1 |
Sentry Crash Report: | |||
Attachments: |
kmy file to test ledger search on 22 anonymized transactions
screnshot of the text search on "retrait" using version 5.1.3 screnshot of the text search on "retrait" using version 5.2.0 |
Description
surcouf
2025-07-16 09:38:47 UTC
Created attachment 183266 [details]
kmy file to test ledger search on 22 anonymized transactions
Created attachment 183268 [details]
screnshot of the text search on "retrait" using version 5.1.3
Created attachment 183269 [details]
screnshot of the text search on "retrait" using version 5.2.0
Git commit 80ad52b03009a31a877bb8726e4a42880b062aa3 by Thomas Baumgart. Committed on 18/07/2025 at 15:44. Pushed by tbaumgart into branch 'master'. Filter on account names in all splits of a transaction The filter only searched in the account name of the split shown in the ledger. This change makes sure that the entry matches if the provided search text is found in any account name of all splits of the transaction. FIXED-IN: 5.2.1 M +24 -18 kmymoney/models/ledgerfilter.cpp https://invent.kde.org/office/kmymoney/-/commit/80ad52b03009a31a877bb8726e4a42880b062aa3 Git commit 67c2bc59699e68cbb7de5b99f7c8f126bf67d92c by Thomas Baumgart. Committed on 19/07/2025 at 11:42. Pushed by tbaumgart into branch '5.2'. Filter on account names in all splits of a transaction The filter only searched in the account name of the split shown in the ledger. This change makes sure that the entry matches if the provided search text is found in any account name of all splits of the transaction. FIXED-IN: 5.2.1 (cherry picked from commit 80ad52b03009a31a877bb8726e4a42880b062aa3) M +24 -18 kmymoney/models/ledgerfilter.cpp https://invent.kde.org/office/kmymoney/-/commit/67c2bc59699e68cbb7de5b99f7c8f126bf67d92c |