diff options
author | mkanat%bugzilla.org <> | 2009-07-20 06:10:55 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-07-20 06:10:55 +0200 |
commit | d7e5d9fdab1be995187d62e93fa7ebdc7a2ea439 (patch) | |
tree | 3a0efbd325b5df66d4a24775b6cd0da9a845617b /template | |
parent | 75e516184ed75b1daecda4c796c86f81c63da982 (diff) | |
download | bugzilla-d7e5d9fdab1be995187d62e93fa7ebdc7a2ea439.tar.gz bugzilla-d7e5d9fdab1be995187d62e93fa7ebdc7a2ea439.tar.xz |
Bug 314364: Make QuickSearch use "matches" for comment searches instead of "substring"
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/query.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index 8d6aba422..ffee4e1a8 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -51,10 +51,6 @@ "access the advanced query page. It's in URL parameter " _ "format, which makes it hard to read. Sorry!", - quicksearch_comment_cutoff => "The maximum number of search terms for a QuickSearch " _ - "to search comments. If the QuickSearch query contains " _ - "more terms than this value, QuickSearch will not search comments.", - specific_search_allow_empty_words => "Whether to allow a search on the 'Find a Specific " _ "Bug' page with an empty 'Words' field." } %] |