View | Details | Raw Unified | Return to bug 24863
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-2 / +1 lines)
Lines 14-20 Searching: Link Here
14
              choices:
14
              choices:
15
                  yes: Try
15
                  yes: Try
16
                  no: "Don't try"
16
                  no: "Don't try"
17
            - to match similarly spelled words in a search (for example, a search for <cite>flang</cite> would also match <cite>flange</cite> and <cite>fang</cite>; REQUIRES ZEBRA).
17
            - to match similarly spelled words in a search (for example, a search for <cite>flang</cite> would also match <cite>flange</cite> and <cite>fang</cite>; Currently only affects Zebra searches. Any Elasticsearch term can be made fuzzy by adding a ~ directly after the term.).
18
        -
18
        -
19
            - pref: QueryStemming
19
            - pref: QueryStemming
20
              type: boolean
20
              type: boolean
21
- 

Return to bug 24863