From: Max Kanat-Alexander Date: Mon, 8 Feb 2010 02:29:14 +0000 (-0800) Subject: Fix a typo in the new quicksearch docs. X-Git-Tag: bugzilla-3.6rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa94dc3d4c7ff3105a085845127c8eed04875cad;p=thirdparty%2Fbugzilla.git Fix a typo in the new quicksearch docs. --- diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 93b0f59100..fcaf20dc59 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -69,9 +69,9 @@
  • [% terms.Bugzilla %] does not just search for the exact word you put in, but also for any word that contains that word. So, for example, searching for "cat" would also find [% terms.bugs %] - that contain it—for example, a but mentioning - "catch" or "certificate". 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 "catch" or "certificate". 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.