At the moment the description in system information sounds like the only thing you have to do to switch from grs1 to dom indexing is to set <zebra_bib_index_mode> and <zebra_auth_index_mode> to 'dom'. Apparently that is not true and may lead to confusion.
Should we still fix this?
Created attachment 55694 [details] [review] Inserted a link to "Switching to dom indexing" inside wiki
TEST PLAN ---------- back up koha-conf.xml remove the "-dom" from: <config>/home/mtompset/koha-dev/etc/zebradb/zebra-biblios-dom.cfg</config> <config>/home/mtompset/koha-dev/etc/zebradb/zebra-authorities-dom.cfg</config> change <zebra_bib_index_mode>grs1</zebra_bib_index_mode> <zebra_auth_index_mode>grs1</zebra_auth_index_mode> go into the about screen in the staff client, select 'System Information' tab. You will see the messages. apply patch refresh page select 'System Information' tab You will see the revised messages. restore koha-conf.xml
Created attachment 55699 [details] [review] Bug 13405 - System information has misleading information about indexing mode With this patch when <zebra_bib_index_mode> or <zebra_auth_index_mode> are set to 'grs1' it appears a link to https://wiki.koha-community.org/wiki/Switching_to_dom_indexing instead of a misleading information. To test: a)Insert 'grs1' in <zebra_bib_index_mode> or <zebra_auth_index_mode> (file koha-conf.xml) b)It appers a misleading warning c)Apply the patch d)It appears a link to https://wiki.koha-community.org/wiki/Switching_to_dom_indexing. Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Created attachment 55794 [details] [review] [PASSED QA] Bug 13405 - System information has misleading information about indexing mode With this patch when <zebra_bib_index_mode> or <zebra_auth_index_mode> are set to 'grs1' it appears a link to https://wiki.koha-community.org/wiki/Switching_to_dom_indexing instead of a misleading information. To test: a)Insert 'grs1' in <zebra_bib_index_mode> or <zebra_auth_index_mode> (file koha-conf.xml) b)It appers a misleading warning c)Apply the patch d)It appears a link to https://wiki.koha-community.org/wiki/Switching_to_dom_indexing. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Pushed to master for 16.11, thanks Zeno!
Pushed in 16.05. Will be in 16.05.05.
Pushed to 3.22.x, will be in 3.22.12