[Bug 27299] New: Zebra phrase register is incorrectly tokenized
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Bug ID: 27299 Summary: Zebra phrase register is incorrectly tokenized Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Zebra Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au Recently, I noticed issues with "exact" matching for authority linking when using Zebra ICU. I've documented those issues upstream on the idzebra project on Github: https://github.com/indexdata/idzebra/issues/24 Adam Dickmeiss and I are still working through this issue, but it seems very likely to me that the issue is that we are tokenizing strings for the "p" register when we should not be. Looking at Zebra CHR, the "p" register is not tokenized. According to Zebra's own documentation (https://software.indexdata.com/zebra/doc/querymodel-zebra.html#querymodel-pq...), the "p" register is supposed to be "Character normalized, but not tokenized index for phrase matches". I'm still waiting for Adam to confirm my solution, but I've opened this bug report to track things on the Koha side, and to include a patch which I hope will resolve these problems. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Zebra phrase register is |Zebra phrase register is |incorrectly tokenized |incorrectly tokenized when | |using ICU -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Created attachment 114646 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114646&action=edit Bug 27299: Remove tokenization for phrase register/index with ICU This patch removes tokenization for phrase register/index when using ICU. This should cause "exact" searches to work the same way with ICU as they do with CHR. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18017 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- Here's a line for testing phrases-icu.xml: echo "Gontarski, S. E." | yaz-icu -c ./etc/zebradb/etc/phrases-icu.xml With the patch, I get the following: 1 1 'gontarski s e ' 'Gontarski S E ' Without the patch, I get the following: 1 1 'gontarski ' 'Gontarski ' 2 1 's ' 'S ' 3 1 'e ' 'E ' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- Actually, I have tested my change using the test_files.zip that I provided at https://github.com/indexdata/idzebra/issues/24, and this patch works well. I'm still going to wait to hear from Indexdata, but I think this is probably the right approach. Once I've confirmed with them, then I could look at adding a more Koha-centric test plan. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |dcook@prosentient.com.au |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13751, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=11158 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |10729 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10729 [Bug 10729] Support phrases-icu.xml in install and upgrade -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #4 from David Cook <dcook@prosentient.com.au> --- Based on https://github.com/indexdata/idzebra/issues/24#issuecomment-751260285, I think that Adam is confirming that we should not be using tokenization in phrases-icu.xml, but that they're not going to change the default phrases-icu.xml file in Zebra, because they're worried that it would negatively impact users upgrading. So I think at this point we can move forward with my patch. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- I think you need to restart zebra server and indexer after applying patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Janet McGowan <janet.mcgowan@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janet.mcgowan@ptfs-europe.c | |om -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #6 from David Cook <dcook@prosentient.com.au> --- (In reply to Fridolin Somers from comment #5)
I think you need to restart zebra server and indexer after applying patch
Oops. I didn't include a test plan for Koha! I'll remedy that. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- Test plan: 0. Do not apply the patch yet 1. vi /etc/koha/zebradb/etc/default.idx 2. Replace the first charmap line with "icuchain words-icu.xml" 3. Replace the second charmap line with "icuchain phrases-icu.xml" 4. koha-zebra --stop kohadev 5. pkill zebrasrv 6. koha-zebra --start kohadev 7. koha-indexer --restart kohadev 8. koha-rebuild-zebra -f kohadev 9. Go to http://localhost:8081/cgi-bin/koha/catalogue/search.pl?q=au%2Cphr%2Cext%3DE 10. Note that 6 results are returned 11. Apply the patch 12. cp /etc/koha/zebradb/etc/phrases-icu.xml /etc/koha/zebradb/etc/phrases-icu.bak 13. cp etc/zebradb/etc/phrases-icu.xml /etc/koha/zebradb/etc/phrases-icu.xml 14. koha-zebra --stop kohadev 15. pkill zebrasrv 16. koha-zebra --start kohadev 17. koha-indexer --restart kohadev 18. koha-rebuild-zebra -f kohadev 19. Go to http://localhost:8081/cgi-bin/koha/catalogue/search.pl?q=au%2Cphr%2Cext%3DE 20. Note that 0 results are returned 21. Go to http://localhost:8081/cgi-bin/koha/catalogue/search.pl?q=au%2Cphr%2Cext%3DGo... 22. Note that you're redirected to http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=25&found1=1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #8 from David Cook <dcook@prosentient.com.au> --- Admittedly this test plan targets biblio searching rather than authority searching, but that's because the user has some control over biblio searching and the authority searching is terrible (and misleading)... But I should do something to prove the authority linking... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #9 from David Cook <dcook@prosentient.com.au> --- Alternate test plan: 0a. Do not apply the patch yet 0b. Change "BiblioAddsAuthorities" system preference to "allow" 1. vi /etc/koha/zebradb/etc/default.idx 2. Replace the first charmap line with "icuchain words-icu.xml" 3. Replace the second charmap line with "icuchain phrases-icu.xml" 4. koha-zebra --stop kohadev 5. pkill zebrasrv 6. koha-zebra --start kohadev 7. koha-indexer --restart kohadev 8. koha-rebuild-zebra -f kohadev 9. Go to http://localhost:8081/cgi-bin/koha/tools/stage-marc-import.pl 10. Choose bib-24.marcxml 11. Click "Upload file" 12. Choose "KohaBiblio (999$c)" for "Record matching rule" 13. Choose "No" for "Check for embedded item record data" 14. Click "Stage for import" 15. Click "Manage staged records" 16. Click "Import this batch into the catalog" 17. In a new tab, go to http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=25 18. Hover over "Gontarski, Bad" and note that it shows the following URL: http://localhost:8081/cgi-bin/koha/authorities/detail.pl?authid=236 19. Go to http://localhost:8081/cgi-bin/koha/authorities/detail.pl?authid=236 20. Note this authority is for "Gontarski, S. E." 21. Click on "Used in 1 record(s)" 22. Note that you're taken to the biblio record with a Contributor of "Gontarski, Bad" 23. Click "Undo import into catalog" on the import page 24. Apply the patch 25. cp /etc/koha/zebradb/etc/phrases-icu.xml /etc/koha/zebradb/etc/phrases-icu.bak 26. cp etc/zebradb/etc/phrases-icu.xml /etc/koha/zebradb/etc/phrases-icu.xml 27. koha-zebra --stop kohadev 28. pkill zebrasrv 29. koha-zebra --start kohadev 30. koha-indexer --restart kohadev 31. koha-rebuild-zebra -f kohadev 32. On the import page, click "Import this batch into the catalog" 33. Go to http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=25 34. Hover over "Gontarski, Bad" and note it shows the following URL: http://localhost:8081/cgi-bin/koha/catalogue/search.pl?q=au:%22Gontarski%2C%... 35. Go to http://localhost:8081/cgi-bin/koha/authorities/detail.pl?authid=236 36. Note that it says "This authority is not used in any records" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #10 from David Cook <dcook@prosentient.com.au> --- Created attachment 114827 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114827&action=edit Bib record used for testing auth linking Bib record used for testing auth linking -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #11 from David Cook <dcook@prosentient.com.au> --- Note that the "p" register very rarely gets used in Koha. It's only when a "complete field" search is done, which basically is only an "exact" search. "Phrase" searching in Koha actually uses the "w" register. For more info, see https://software.indexdata.com/zebra/doc/querymodel-zebra.html#querymodel-pq... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |11158 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11158 [Bug 11158] Authorities 'starts with' search returns the same as 'contains' when using ICU -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13751 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13751 [Bug 13751] "Begins with" search not possible with ICU indexing -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #12 from David Cook <dcook@prosentient.com.au> --- *** Bug 13751 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|13751 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13751 [Bug 13751] "Begins with" search not possible with ICU indexing -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #114646|0 |1 is obsolete| | --- Comment #13 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 115061 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115061&action=edit Bug 27299: Remove tokenization for phrase register/index with ICU This patch removes tokenization for phrase register/index when using ICU. This should cause "exact" searches to work the same way with ICU as they do with CHR. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |martin.renvoize@ptfs-europe | |.com --- Comment #14 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- This makes allot of sense and having now tested, I agree the tokenization was the issue. Signing off.. I believe Frido is working through testing too so hopefully he can provide a quick QA :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #15 from David Cook <dcook@prosentient.com.au> --- (In reply to Martin Renvoize from comment #14)
This makes allot of sense and having now tested, I agree the tokenization was the issue.
Signing off.. I believe Frido is working through testing too so hopefully he can provide a quick QA :)
Excellent! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115061|0 |1 is obsolete| | --- Comment #16 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 115185 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115185&action=edit Bug 27299: Remove tokenization for phrase register/index with ICU This patch removes tokenization for phrase register/index when using ICU. This should cause "exact" searches to work the same way with ICU as they do with CHR. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18017 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18017 [Bug 18017] Use index_heading and index_match_heading in UNIMARC authorities zebra configuration -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #17 from David Cook <dcook@prosentient.com.au> --- Should this be Passed QA now or still Signed Off? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #18 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- I think with Fridolin and I haveing both tested we can safely PQA this. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #19 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Pushed to master for 21.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|21.05.00 |21.05.00,20.11.02 released in| | --- Comment #20 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 20.11.x for 20.11.02 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed --- Comment #21 from Fridolin Somers <fridolin.somers@biblibre.com> --- We need a release note to explain this -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Previously, Zebra indexing release notes| |in ICU mode was incorrectly | |tokenizing text for the "p" | |register. This meant that | |particular phrase searches | |were not working as | |expected. With this change, | |phrase searching works the | |same in ICU and CHR modes. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #22 from David Cook <dcook@prosentient.com.au> --- (In reply to Fridolin Somers from comment #21)
We need a release note to explain this
Done :D -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com Status|Pushed to stable |Pushed to oldstable Version(s)|21.05.00,20.11.02 |21.05.00,20.11.02,20.05.09 released in| | --- Comment #23 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Pushed to 20.05.x for 20.05.09 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.05.00,20.11.02,20.05.09 |21.05.00,20.11.02,20.05.09, released in| |19.11.15 Status|Pushed to oldstable |Pushed to oldoldstable CC| |victor@tuxayo.net --- Comment #24 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Backported: Pushed to 19.11.x branch for 19.11.15 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #25 from David Cook <dcook@prosentient.com.au> --- You know... in hindsight... this might not be a good one to backport. If we push out this change and people install it via a package upgrade without paying attention, their Zebra search is going to break until they do a full Zebra re-index. That could make for a lot of very unhappy confused people. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #26 from David Cook <dcook@prosentient.com.au> --- The Zebrasrv will also need a restart. I'm not sure if we actually do that when upgrading Koha... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed | CC| |jonathan.druart@bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #27 from Fridolin Somers <fridolin.somers@biblibre.com> --- 20.11.x is still young so I think this fix can be into it. But maybe not in older branches. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #28 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Fridolin Somers from comment #27)
20.11.x is still young so I think this fix can be into it. But maybe not in older branches.
How would they know a reindex is needed? You should at least add a big warning during the update DB process. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 --- Comment #29 from Victor Grousset/tuxayo <victor@tuxayo.net> ---
20.11.x is still young
Hea lists 750 Kohas 20.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldoldstable |RESOLVED Resolution|--- |FIXED Version(s)|21.05.00,20.11.02,20.05.09, |21.05.00,20.11.02,20.05.09 released in|19.11.15 | --- Comment #30 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Reverted from 19.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.05.00,20.11.02,20.05.09 |21.05.00,20.11.02 released in| | --- Comment #31 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Reverted from 20.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Marjorie Barry-Vila <marjorie.barry-vila@collecto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila@collect | |o.ca -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27299 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=24562 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org