Bugzilla – Attachment 20784 Details for
Bug 7419
Add authority deduplication script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7419: Add more missing authority indexes
Bug-7419-Add-more-missing-authority-indexes.patch (text/plain), 2.32 KB, created by
Jared Camins-Esakov
on 2013-09-04 19:01:37 UTC
(
hide
)
Description:
Bug 7419: Add more missing authority indexes
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2013-09-04 19:01:37 UTC
Size:
2.32 KB
patch
obsolete
>From 0f81f74effcc53889608d609480a18204dc8b876 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7419
:
11161
|
11162
|
11412
|
11413
|
11486
|
11487
|
11488
|
13073
|
13074
|
13629
|
13630
|
17790
|
17791
|
17792
|
18712
|
18713
|
18714
|
20783
|
20784
|
20785
|
22150
|
22907
|
25087
|
25088
|
25089
|
35886
|
35887
|
35888
|
35889
|
42972