Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5c9066bb267bbf3bc93fcd175ca06be66d2f940f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
    <title>Getting Started</title>
</head>

<body>
    <font face="arial, lucida console">

	<h3>Saving Queries</h3>
	<br>

	<p>
	There is a pair of buttons in the middle of the search dialog that allow you
	to save frequently used queries and run these saved queries.  The "Remember..." button
	will save the current query, and the "Saved Queries..." button will display
	a list of saved queries that you can choose from.
    </p>

	<img src="./images/bugzilla-search-dialog.png"><br>

	<p>
	When the "Remember..." button is clicked, a dialog will be displayed asking
	you to name the query.  Once "OK" is clicked, the query will be saved locally.
	</p>

	<img src="./images/remember-query.png"><br>
	
	<p>
	If you try to name a new query with an name that already exists, you will be prompted
	asking whether to overwrite the currently saved query with the new one.
	</p>
	
	<img src="./images/remember-query-overwrite.png"><br>
	
	<p>
	When the "Saved Queries..." button is clicked on, another dialog will be displayed
	containing a list of all of the queries that are currently saved on your computer.  Select
	the query that you wish to run and click "run" to execute it.
	</p>
	
	<img src="./images/saved-query-list.png"><br>
	
	<br>

    </font>
</body>

</html>

Back to the top