summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-04-06 09:11:17 +0200
committermyk%mozilla.org <>2004-04-06 09:11:17 +0200
commit1c03d215b0cb81a8deb67f58c345abd2b6f5f739 (patch)
treeb48f4869c6bc81b68cf75e9e3575c89d6ec133fd /template
parent9efdf77d17bb89a4e9a82081b5412f42e63879ee (diff)
downloadbugzilla-1c03d215b0cb81a8deb67f58c345abd2b6f5f739.tar.gz
bugzilla-1c03d215b0cb81a8deb67f58c345abd2b6f5f739.tar.xz
Fix for bug 237176: allows power users to display relevance values as a column in the search results for a fulltext search
r=justdave a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/create/create-guided.html.tmpl1
-rw-r--r--template/en/default/search/search-specific.html.tmpl1
2 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index f352c1bc8..8eb9e69ea 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -159,6 +159,7 @@ function PutDescription() {
<form action="buglist.cgi" method="get" target="somebugs">
<input type="hidden" name="format" value="simple">
+ <input type="hidden" name="order" value="relevance desc">
<input type="hidden" name="bug_status" value="__open__">
<input type="hidden" name="product" value="[% product FILTER html %]">
<input type="text" name="content" size="40">
diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl
index e9eb55a28..f4596e602 100644
--- a/template/en/default/search/search-specific.html.tmpl
+++ b/template/en/default/search/search-specific.html.tmpl
@@ -50,6 +50,7 @@ for "crash secure SSL flash".
<form method="get" action="buglist.cgi">
<input type="hidden" name="query_format" value="specific">
+<input type="hidden" name="order" value="relevance desc">
<table>
<tr>