That wasn't what I meant. I meant should it partial-match on the beginning or end of the string? For example, if I have an imported memo of "--ONLINE PAYMENT -- VANGAURD 012384564", I probably want to match on the first three 'words', but how does the system know this?
There is currently no interface for the user to tell the system what substring to match on. Perhaps I know I want to match the WHOLE string. Perhaps I want to match only part of it. Right now there is no way to let the user make the distinction. That was my question. -derek "Phillip Shelton" <[EMAIL PROTECTED]> writes: > At the end for my data > > -----Original Message----- > From: Derek Atkins [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 22 January 2003 8:15 AM > To: [EMAIL PROTECTED] > Cc: Benoit Gr�goire; [EMAIL PROTECTED] > Subject: Re: Transaction balancing > > > Chris Morgan <[EMAIL PROTECTED]> writes: > > > Yes, this is exactly what I had in mind. Also, matching on > > the exact same text seems a bit error prone, the memos might > > vary by a slight amount for each transaction. > > At the beginning or the end? I do believe that the matching code > will partial-match, but I don't know how partial the match is. > I suppose we could try to add some regex matching, but that would > require some user input to say what part should be matched. > > -derek > > -- > Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory > Member, MIT Student Information Processing Board (SIPB) > URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH > [EMAIL PROTECTED] PGP key available > _______________________________________________ > gnucash-devel mailing list > [EMAIL PROTECTED] > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel > _______________________________________________ > gnucash-devel mailing list > [EMAIL PROTECTED] > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [EMAIL PROTECTED] PGP key available _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
