Bug 13405

Summary: System information has misleading information about indexing mode
Product: Koha Reporter: Mirko Tietgen <mirko>
Component: AboutAssignee: Zeno Tajoli <ztajoli>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: f.demians, julian.maurice, katrin.fischer, kyle, mtompset, ztajoli
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Inserted a link to "Switching to dom indexing" inside wiki
Bug 13405 - System information has misleading information about indexing mode
[PASSED QA] Bug 13405 - System information has misleading information about indexing mode

Description Mirko Tietgen 2014-12-07 19:06:54 UTC
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.
Comment 1 Katrin Fischer 2016-09-19 00:28:33 UTC
Should we still fix this?
Comment 2 Zeno Tajoli 2016-09-19 15:12:26 UTC
Created attachment 55694 [details] [review]
Inserted a link to "Switching to dom indexing" inside wiki
Comment 3 Mark Tompsett 2016-09-19 17:24:29 UTC
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
Comment 4 Mark Tompsett 2016-09-19 17:27:28 UTC
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>
Comment 5 Katrin Fischer 2016-09-25 08:40:36 UTC
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>
Comment 6 Kyle M Hall 2016-09-27 11:16:14 UTC
Pushed to master for 16.11, thanks Zeno!
Comment 7 Frédéric Demians 2016-09-30 08:54:48 UTC
Pushed in 16.05. Will be in 16.05.05.
Comment 8 Julian Maurice 2016-10-14 12:24:03 UTC
Pushed to 3.22.x, will be in 3.22.12