diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/pages/quicksearch.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 93b0f5910..fcaf20dc5 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -69,9 +69,9 @@ <li>[% terms.Bugzilla %] does not just search for the exact word you put in, but also for any word that <strong>contains</strong> that word. So, for example, searching for "cat" would also find [% terms.bugs %] - that contain it—for example, a but mentioning - "<strong>cat</strong>ch" or "certifi<strong>cat</strong>e". It will - not find partial words in the [% field_descs.longdesc FILTER html %] + that contain it as part of other words—for example, [% terms.abug %] + mentioning "<strong>cat</strong>ch" or "certifi<strong>cat</strong>e". It + will not find partial words in the [% field_descs.longdesc FILTER html %] or [% field_descs.keywords FILTER html %] fields, though—only full words are matched, there.</li> |