GNOME Bugzilla – Bug 588674
It would be nice if doesrowexist would look for partial matches
Last modified: 2009-07-31 03:33:48 UTC
It would be nice to have a way to ask for partial matches on doesrowexit, either through wildcards or an extra parameter like "exactMatch = True" Right now, I workaround the feature using selectrowpartialmatch in a try catch
Thanks for the bug report. Fixed in git, though with different syntax, instead of exactMatch = True, the last argument will be partialMatch = False. Thanks