Closed
Bug 206558
Opened 22 years ago
Closed 21 years ago
semantics of multiple selections from pulldown list are unclear
Categories
(Bugzilla :: Documentation, defect)
Bugzilla
Documentation
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: dhesi.r, Assigned: goobix)
References
()
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
The bugzilla query page has many pull-down lists. On these lists the user can
select (a) no items, or (b) one item, or (c) multiple items. In the case of
a and c, it's not clear what the semantics are for the search.
For example, in the Product list, suppose we select three items: Browser,
Bugzilla, and Calendar. Will a search now show bugs relating to any of these?
Or will a search try to find a bug that relates to all of these?
What if no item is selected in the Product list -- will a search find
bugs not relating to any of the listed products? Or will the search simply
ignore the Product attribute and search on the basis of other query options?
As another example, suppose from the Hardware list we select three different
platforms. Will a search find bugs that apply to all three? Or to any of
the three?
Suppose we select no Hardware platform. Will a search look for bugs not
relating to any of the listed platforms? Or will a search look for any bug
ignoring its Hardware platform?
Whenever multiple selections are possible, the user should know whether they
will be ORd together or ANDed together. The documentation does not specify.
Whenever nothing is selected from a list, the user should know how this will
affect the search. Will that list be ignored? Or will only those bugs be
found that do not relate to any item in the list?
And so on.
I have not found the answers in any of the Bugzilla documentation
-- Rahul
Reproducible: Always
Steps to Reproduce:
1.Go to the search page.
Actual Results:
I was mystified.
Expected Results:
More detailed documentation is needed.
Assignee | ||
Comment 1•21 years ago
|
||
I plan to add 4 lines in which to documentate the "OR" behaviour in the patterns
described above.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•21 years ago
|
||
The patch adds 4 lines documenting the "OR" behaviour of Bugzilla in cases of
multiple choices. Also removes a dead link.
Jake, can you take a look at this and say if it's good enough for checkin or it
needs improvement? Thanks.
Updated•21 years ago
|
Attachment #127873 -
Flags: review?(jake)
Comment 4•21 years ago
|
||
Comment on attachment 127873 [details] [diff] [review]
Adds 4 lines documenting the "OR" behaviour of Bugzilla in cases of multiple choices. Also removes a dead link.
Looks good to me...
r=jake
Attachment #127873 -
Flags: review?(jake) → review+
Comment 5•21 years ago
|
||
Checking in using.xml;
/cvsroot/mozilla/webtools/bugzilla/docs/xml/using.xml,v <-- using.xml
new revision: 1.14; previous revision: 1.13
done
Status: NEW → RESOLVED
Closed: 21 years ago
Flags: approval+
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
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
•