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

(-)a/Koha/SearchEngine/Elasticsearch.pm (-4 / +1 lines)
Lines 224-232 sub get_elasticsearch_mappings { Link Here
224
                    include_in_all  => JSON::false,
224
                    include_in_all  => JSON::false,
225
                    fields          => {
225
                    fields          => {
226
                        phrase => {
226
                        phrase => {
227
                            search_analyzer => "analyser_phrase",
227
                            type            => "keyword",
228
                            analyzer  => "analyser_phrase",
229
                            type            => "text",
230
                        },
228
                        },
231
                    },
229
                    },
232
                };
230
                };
233
- 

Return to bug 18189