summaryrefslogtreecommitdiffstats
path: root/helpemailquery.html
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-19 09:07:45 +0100
committerterry%netscape.com <>1999-01-19 09:07:45 +0100
commit5683ca475d5d89dd8eae076ccf680bed256f80ef (patch)
treeba80468bbff31b60c36296c21fdf55753a009c9f /helpemailquery.html
parentccb7eb4de2f2db328c1ab716e58074655b993b19 (diff)
downloadbugzilla-5683ca475d5d89dd8eae076ccf680bed256f80ef.tar.gz
bugzilla-5683ca475d5d89dd8eae076ccf680bed256f80ef.tar.xz
Majorly changed querying of email addresses.
Diffstat (limited to 'helpemailquery.html')
-rw-r--r--helpemailquery.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/helpemailquery.html b/helpemailquery.html
new file mode 100644
index 000000000..622e3aa45
--- /dev/null
+++ b/helpemailquery.html
@@ -0,0 +1,36 @@
+<html> <head>
+<title>Help on searching by email address.</title>
+</head>
+
+<body>
+<h1>Help on searching by email address.</h1>
+
+This used to be simpler, but not very powerful. Now it's really
+powerful and useful, but it may not be obvious how to use it...
+
+<p>
+
+To search for bugs associated with an email address:
+
+<ul>
+ <li> Type a portion of an email address into the text field.
+ <li> Select which fields of the bug you expect that address to be in
+ the bugs you're looking for.
+</ul>
+
+<p>
+
+You can look for up to two different email addresses; if you specify
+both, then only bugs which match both will show up. This is useful to
+find bugs that were, for example, created by Ralph and assigned to
+Fred.
+
+<p>
+
+You can also use the drop down menus to specify whether you want to
+match addresses by doing a substring match, by using regular
+expressions, or by exactly matching a fully specified email address.
+
+
+
+</body> </html>