Bug 3748 - QueryAutoTruncate description wrong
authorJesse Weaver <pianohacker@gmail.com>
Tue, 3 Nov 2009 03:30:58 +0000 (20:30 -0700)
committerJesse Weaver <pianohacker@gmail.com>
Tue, 3 Nov 2009 03:30:58 +0000 (20:30 -0700)
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref

index 623f95f..fe9632d 100644 (file)
@@ -14,12 +14,13 @@ Searching:
               class: list
             -
         -
+            - Perform wildcard searching (where, for example, <cite>Har</cite> would match <cite>Harry</cite> and <cite>harp</cite>)
             - pref: QueryAutoTruncate
               type: boolean
               choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - words in a search query to use the * wildcard (for example, <cite>Har*</cite> would <cite>Harry</cite> and <cite>harp</cite>).
+                  yes: automatically.
+                  no: only if * is added.
+            - "<br />(The * character would be used like so: <cite>Har*</cite> or <cite>*logging</cite>.)"
         -
             - pref: QueryFuzzy
               type: boolean