]> git.koha-community.org Git - koha.git/commit
Bug 14006: about.pl checks the wrong zebra index mode
authorTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 20 Apr 2015 18:39:45 +0000 (15:39 -0300)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 17 May 2015 05:36:25 +0000 (17:36 +1200)
commit89a530214d2ff0051541f7795e1fb29e72d459b5
tree5c76e3b6561dfacbd0c00b44c18931707bf6620e
parent71d3b84b054dabe9a547971b7ce1f3efbee2e568
Bug 14006: about.pl checks the wrong zebra index mode

When setting zebra_bib_index_mode to grs1 I get two warnings when not applying the patch:

"The <zebra_bib_index_mode> entry is set to grs1. GRS-1 support is now deprecated and will be removed in future releases. Please use DOM instead by setting <zebra_bib_index_mode> to dom (full reindex required)."

"You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to dom. Falling back to legacy facet calculation."

When applying the patch a third warning appears in addition to the two previous ones:

"The <zebra_bib_index_mode> entry is set to dom, but your system still appears to be set up for grs1 indexing."

Seems like the patch does what it should to me regarding the configuration mismatch warning.

Signed-off-by: Eivin Giske Skaaren <eskaaren@yahoo.no>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 13722ebe737acf6c74195b15b3f51d1ba21a4b79)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
about.pl