Closed
Bug 24792
Opened 26 years ago
Closed 26 years ago
Software error
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Tracking
()
VERIFIED
FIXED
Bugzilla old
People
(Reporter: MatsPalmgren_bugz, Assigned: terry)
References
()
Details
Searching in Description using "all words" is broken:
Software error:
select bugs.bug_id, bugs.groupset, substring(bugs.bug_severity, 1, 3),
assign.login_name, bugs.short_desc
from bugs, profiles assign, profiles report left join profiles qacont on
bugs.qa_contact = qacont.userid,
versions projector , longdescs where bugs.assigned_to = assign.userid and
bugs.reporter = report.userid and
bugs.product = projector.program and bugs.version = projector.value and
bugs.groupset & 0 = bugs.groupset
and ( bugs.product = 'Browser' ) and ( bugs.bug_status = 'NEW' or
bugs.bug_status = 'ASSIGNED' or
bugs.bug_status = 'REOPENED' ) and longdescs.bug_id = bugs.bug_id and
(lower(long_desc) regexp
'(^|[^a-z0-9])mats\\@symsoft\\.se($|[^a-z0-9])' and lower(long_desc) regexp
'(^|[^a-z0-9])alink($|[^a-z0-9])') group by bugs.bug_id order by bugs.bug_id: at
globals.pl line 72.
| Assignee | ||
Comment 1•26 years ago
|
||
Um, I believe I fixed this bug a half-hour *before* it was submitted.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•26 years ago
|
||
I confess! I waited an hour or so before reporting it ;-)
Verifying that it works now.
Status: RESOLVED → VERIFIED
Comment 3•24 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•13 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
•