After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 570139 - MATCH should perform pattern matching
MATCH should perform pattern matching
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-02-01 20:58 UTC by Morten Welinder
Modified: 2009-02-02 18:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2009-02-01 20:58:14 UTC
The string case of MATCH should, according to XL docs, accept patterns
like "FOO*BAR".  This requires type=0 (i.e., use first match) and can
be implemented using the new bisection code.  (The caching and pre-processing
parts only, not the actual bisection!)
Comment 1 Morten Welinder 2009-02-02 18:33:37 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.