GNOME Bugzilla – Bug 645406
Make transaction matching on memo and description case-insensitive
Last modified: 2018-06-29 22:55:34 UTC
Created attachment 183944 [details] [review] Patch to make transaction match of description and memo case-insensitive The function split_find_match() in import-backend.c scores transactions according to comparisons of amount, date, description, etc. I noticed that the comparison of the description and memo fields is case-sensitive. This means that my supermarket entries that have descriptions "Giant Food" do not match the downloaded descriptions "GIANT FOOD". This applies to both the exact and the 50% match cases, and for both the memo and the description fields. The attached patch should fix this (it is untested though).
Comment on attachment 183944 [details] [review] Patch to make transaction match of description and memo case-insensitive r20478, thanks a lot!
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=645406. Please update any external references or bookmarks.