Bug 768892 - Specific Search without search words yields invalid_column_name message, complaining about sort order "relevance desc"
r=sgreen, a=glob git-svn-id: svn://10.0.0.236/trunk@265558 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
004ff92435
commit
4b29a5a865
@ -1 +1 @@
|
|||||||
9123
|
9124
|
||||||
@ -1 +1 @@
|
|||||||
983287d10d6cf8008d614bbaf18aea381209cc43
|
ace2e1a23f97a88e055e779e34e9020f84670847
|
||||||
@ -27,7 +27,7 @@ for "crash secure SSL flash".
|
|||||||
|
|
||||||
<form name="queryform" method="get" action="buglist.cgi">
|
<form name="queryform" method="get" action="buglist.cgi">
|
||||||
<input type="hidden" name="query_format" value="specific">
|
<input type="hidden" name="query_format" value="specific">
|
||||||
<input type="hidden" name="order" value="relevance desc">
|
<input type="hidden" name="order" value="Importance">
|
||||||
<input type="hidden" id="no_redirect" name="no_redirect" value="0">
|
<input type="hidden" id="no_redirect" name="no_redirect" value="0">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
if (history && history.replaceState) {
|
if (history && history.replaceState) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user