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

(-)a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm (-3 / +1 lines)
Lines 556-563 our %index_field_convert = ( Link Here
556
    'ti' => 'title',
556
    'ti' => 'title',
557
    'se' => 'title-series',
557
    'se' => 'title-series',
558
    'ut' => 'title-uniform',
558
    'ut' => 'title-uniform',
559
    'an' => 'authority-number',
559
    'an' => 'koha-auth-number',
560
    'koha-auth-number' => 'authority-number',
561
    'at' => 'authtype',
560
    'at' => 'authtype',
562
    'he' => 'heading',
561
    'he' => 'heading',
563
    'rank' => 'relevance',
562
    'rank' => 'relevance',
564
- 

Return to bug 19575