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

(-)a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm (-2 / +1 lines)
Lines 590-596 sub _convert_sort_fields { Link Here
590
        acqdate     => 'date-of-acquisition',
590
        acqdate     => 'date-of-acquisition',
591
        author      => 'author',
591
        author      => 'author',
592
        call_number => 'local-classification',
592
        call_number => 'local-classification',
593
        popularity  => 'issues',
593
        popularity  => 'totalissues',
594
        relevance   => undef,       # default
594
        relevance   => undef,       # default
595
        title       => 'title',
595
        title       => 'title',
596
        pubdate     => 'date-of-publication',
596
        pubdate     => 'date-of-publication',
597
- 

Return to bug 27206