Closed
Bug 2453
Opened 26 years ago
Closed 25 years ago
Blank regexp expression not ignored
Categories
(Bugzilla :: Bugzilla-General, defect, P2)
Tracking
()
VERIFIED
FIXED
Bugzilla old
People
(Reporter: ian, Assigned: terry)
References
Details
If the search string is nil, then it doesn't matter whether you
do a substring or regexp search, that part should be ignored!
Yet at the moment, it gives an error page.
Reporter | ||
Updated•26 years ago
|
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
This has been fixed, I think.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 2•26 years ago
|
||
Actually, it has got worse.
When the text field is blank, then if the match type is not "exact", the
entire section should be ignored.
i.e., if I search for "" as regexp, then it should *not do the regexp
search*.
Yet at the moment, setting "Email:" to "" and "matching as" to "regexp"
or "not regexp" will cause bugzilla to list *every* bug!
I doubt that this is the expected behaviour.
An alternative is to add "Skip" to the list of "Matching As" types,
but this may get confusing.
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → NEW
Assignee | ||
Comment 4•26 years ago
|
||
Reassigning to dmose@mozilla.org, who now has front-line responsibility for
all Bonsai and Bugzilla bugs.
Reporter | ||
Updated•26 years ago
|
Summary: Queries: Setting a string to "" but requesting regexp causes error → Blank regexp expression not ignored
Assignee | ||
Comment 6•26 years ago
|
||
Reassigning back to me. That stuff about me no longer being the front-line
person responsible for Bugzilla and Bonsai turned out to be short-lived.
Please pardon our confusion, and I'm very sorry about the spam.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•25 years ago
|
||
This code has been reworked enough times since; I think it's fixed now. (I've
said that before!)
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Comment 9•23 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•