summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/quicksearch.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/pages/quicksearch.html.tmpl')
-rw-r--r--template/en/default/pages/quicksearch.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl
index 1f2d21b..e6398ea 100644
--- a/template/en/default/pages/quicksearch.html.tmpl
+++ b/template/en/default/pages/quicksearch.html.tmpl
@@ -92,13 +92,13 @@
<p>You may also want to read up on the <a href="#advanced">Advanced
Features</a>.</p>
-<h2><a name="fields"></a>Fields You Can Search On</h2>
+<h2 id="fields">Fields You Can Search On</h2>
<p>You can specify any of these fields like <kbd>field:value</kbd>
in the search box, to search on them. You can also abbreviate
the field name, as long as your abbreviation matches only one field name.
- So, for example, searching on <kbd>stat:NEW</kbd> will find all
- [%+ terms.bugs %] in the <kbd>NEW</kbd> status. Some fields have
+ So, for example, searching on <kbd>stat:VERIFIED</kbd> will find all
+ [%+ terms.bugs %] in the <kbd>VERIFIED</kbd> status. Some fields have
multiple names, and you can use any of those names to search for them.</p>
[% IF Bugzilla.active_custom_fields.size %]
@@ -143,7 +143,7 @@
</tbody>
</table>
-<h2><a name="advanced"></a>Advanced Features</h2>
+<h2 id="advanced">Advanced Features</h2>
<ul class="qs_help">
<li>If you want to search for a <strong>phrase</strong> or something that
@@ -189,7 +189,7 @@
</li>
</ul>
-<h2><a name="shortcuts"></a>Advanced Shortcuts</h2>
+<h2 id="shortcuts">Advanced Shortcuts</h2>
<p>In addition to using <a href="#fields">field names</a> to search
specific fields, there are certain characters or words that you can
@@ -228,7 +228,7 @@
<td class="field_nickname">"<strong>P1</strong>" (as a word anywhere in
the search) means "find [% terms.bugs %] with the highest priority.
"P2" means the second-highest priority, and so on.
- <p>Searching for "<strong>P1-P3</strong>" will find [% terms.bugs %] in
+ <p>Searching for "<strong>P1-3</strong>" will find [% terms.bugs %] in
any of the three highest priorities, and so on.</p>
</td>
</tr>