diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-03-07 15:41:17 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-03-07 15:41:17 +0100 |
commit | 26367637b952a2d27f2145c2a580b4c174cf3d35 (patch) | |
tree | 84f5752221d00900f1ca3cd0444da2e94636a802 /template/en/default | |
parent | df64b724fab74da6de0d4d2ee4bb112389da68d0 (diff) | |
download | bugzilla-26367637b952a2d27f2145c2a580b4c174cf3d35.tar.gz bugzilla-26367637b952a2d27f2145c2a580b4c174cf3d35.tar.xz |
Bug 1343530 - Make the ALL quicksearch keywords show all results
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/pages/quicksearch.html.tmpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index a3359752f..759f4ea8c 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -297,7 +297,8 @@ in that status will be searched. <strong><kbd>ALL</kbd></strong> is a special shortcut that means "all statuses". <strong><kbd>OPEN</kbd></strong> is a special shortcut that means - "all open statuses". + "all open statuses". Adding a '+' to the end of a status name will + set the result limit to 0. </td> </tr> <tr> @@ -307,7 +308,9 @@ resolution, or even an abbreviation of any resolution, and [%+ terms.bugs %] with that resolution will be searched. For example, making <kbd>FIX</kbd> the first word of your search will find all - [%+ terms.bugs %] with a resolution of <kbd>FIXED</kbd> . + [%+ terms.bugs %] with a resolution of <kbd>FIXED</kbd>. + Adding a '+' to the end of a resolution name will set the result limit + to 0. </tr> <tr> <td class="field_name">[% field_descs.priority FILTER html %]</td> |