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 166895 - gsearch can't match regular expression '?'
gsearch can't match regular expression '?'
Status: VERIFIED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gsearchtool
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-10 07:08 UTC by dinoop.thomas
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dinoop.thomas 2005-02-10 07:08:09 UTC
1. Launch gsearch tool. 
2. Enter the following as search criteria : ?i?  
Observation and bug:
It lists all the files in that directory containing an i whereas a '?' is
supposed to match only one character. Hence only files having three characters
with an 'i' in b/w should be displayed in this case.
Comment 1 Dennis Cranston 2005-02-10 07:24:51 UTC
I assume you are talking about the name contains field?  

Good catch! Fixed in CVS.

2005-02-09  Dennis Cranston <dennis_cranston@yahoo.com>

	* gsearchtool-support.c: (build_search_command):
	Check for the '?' wildcard in name contains.
	Fixes bug #166895.