Bug 22256

Summary: llength mapping wrong in default Elasticsearch mappings
Product: Koha Reporter: Ere Maijala <ere.maijala>
Component: Searching - ElasticsearchAssignee: Ere Maijala <ere.maijala>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P5 - low CC: josef.moravec
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 22256: Fix lleader mapping in Elasticsearch
Bug 22256: Fix llength mapping in Elasticsearch
Bug 22256: Fix llength mapping in Elasticsearch

Description Ere Maijala 2019-02-01 12:20:10 UTC
lleader is set to come from positions 1-5 while it should be 0-4.
Comment 1 Ere Maijala 2019-02-01 13:18:58 UTC
Created attachment 84609 [details] [review]
Bug 22256: Fix lleader mapping in Elasticsearch

Test plan:
1. Reset mappings
2. Index records
3. Check that in Elasticsearch the correct length information is stored
Comment 2 Ere Maijala 2019-02-01 15:24:32 UTC
Created attachment 84630 [details] [review]
Bug 22256: Fix llength mapping in Elasticsearch

Test plan:
1. Reset mappings
2. Index records
3. Check that in Elasticsearch the correct length information is stored in llength
Comment 3 Josef Moravec 2019-03-05 11:54:20 UTC
Created attachment 86058 [details] [review]
Bug 22256: Fix llength mapping in Elasticsearch

Test plan:
1. Reset mappings
2. Index records
3. Check that in Elasticsearch the correct length information is stored in llength

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 4 Ere Maijala 2019-03-14 11:24:11 UTC
I'm incorporating this to other similar fixes in bug 22339, which also gets an update script.

*** This bug has been marked as a duplicate of bug 22339 ***