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 351-357 Searching: Link Here
351
              choices:
351
              choices:
352
                  1: Show
352
                  1: Show
353
                  0: "Don't show"
353
                  0: "Don't show"
354
            - looking terms based on a provided text by using an ElasticSearch for OPAC.
354
            - search suggestions in the OPAC when using Elasticsearch.
355
        -
355
        -
356
            - pref: IntranetAutocompleteElasticSearch
356
            - pref: IntranetAutocompleteElasticSearch
357
              type: boolean
357
              type: boolean
Lines 359-363 Searching: Link Here
359
              choices:
359
              choices:
360
                  1: Show
360
                  1: Show
361
                  0: "Don't show"
361
                  0: "Don't show"
362
            - looking terms based on a provided text by using an ElasticSearch for Intranet.
362
            - search suggestions in the staff interface when using Elasticsearch.
363
        -
364
- 

Return to bug 27113