From 0f81f74effcc53889608d609480a18204dc8b876 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 4 Sep 2013 14:42:21 -0400 Subject: [PATCH] Bug 7419: Add more missing authority indexes Koha's CCL configuration did not allow for most of the indexes that were configured for authorities. This patch adds missing authority indexes to QP. --- etc/searchengine/queryparser.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/etc/searchengine/queryparser.yaml b/etc/searchengine/queryparser.yaml index eddb5ae..911eeef 100644 --- a/etc/searchengine/queryparser.yaml +++ b/etc/searchengine/queryparser.yaml @@ -17,6 +17,8 @@ field_mappings: bib1_mapping: biblioserver: 1: 1006 + authorityserver: + 1: Meeting-name enabled: 1 index: conference label: Conference @@ -27,6 +29,8 @@ field_mappings: bib1_mapping: biblioserver: 1: 1005 + authorityserver: + 1: Corporate-name enabled: 1 index: corporate label: Corporate @@ -48,6 +52,8 @@ field_mappings: bib1_mapping: biblioserver: 1: 1004 + authorityserver: + 1: Personal-name enabled: 1 index: personal label: Personal @@ -1082,6 +1088,33 @@ field_mappings: - su-to - su-geo - su-ut + topicalsubject: + bib1_mapping: + authorityserver: + 1: Subject-topical + enabled: 1 + index: 'Subject-topical' + label: 'Topical subject' + aliases: + - topical + geographicsubject: + bib1_mapping: + authorityserver: + 1: Name-geographic + enabled: 1 + index: 'Name-geographic' + label: 'Geographic name' + aliases: + - geographic + genreterm: + bib1_mapping: + authorityserver: + 1: Term-genre-form + enabled: 1 + index: 'Term-genre-form' + label: 'Genre term' + aliases: + - genre authority-number: bib1_mapping: biblioserver: @@ -1231,6 +1264,8 @@ field_mappings: bib1_mapping: biblioserver: 1: Title-uniform + authorityserver: + 1: Title-uniform enabled: 1 index: uniform label: Uniform -- 1.7.9.5