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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-4 / +2 lines)
Lines 305-311 Searching: Link Here
305
              choices:
305
              choices:
306
                  1: Show
306
                  1: Show
307
                  0: "Don't show"
307
                  0: "Don't show"
308
            - looking terms based on a provided text by using an ElasticSearch for OPAC.
308
            - search suggestions in the OPAC when using Elasticsearch.
309
        -
309
        -
310
            - pref: IntranetAutocompleteElasticSearch
310
            - pref: IntranetAutocompleteElasticSearch
311
              type: boolean
311
              type: boolean
Lines 313-317 Searching: Link Here
313
              choices:
313
              choices:
314
                  1: Show
314
                  1: Show
315
                  0: "Don't show"
315
                  0: "Don't show"
316
            - looking terms based on a provided text by using an ElasticSearch for Intranet.
316
            - search suggestions in the staff interface when using Elasticsearch.
317
        -
318
- 

Return to bug 27113