https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #99040|0                           |1
        is obsolete|                            |
  Attachment #99388|0                           |1
        is obsolete|                            |

--- Comment #17 from Jonathan Druart <[email protected]> 
---
Created attachment 103645
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103645&action=edit
Bug 22828: Elasticsearch - display errors encountered during indexing on the
command line

To test:
 1 - Use the Koha sample data, or insert a blank 245$b into a record (easiest
way is using advanced cataloging editor
 2 - Reindex elasticsearch
 3 - Check the ES count on the about page
 4 - Check the count in the DB (SELECT count(*) FROM biblio)
 5 - They don't match!
 6 - perl misc/search_tools/rebuild_elastic_search.pl -v -v
 7 - No errors indicated
 8 - Apply patch
 9 - perl misc/search_tools/rebuild_elastic_search.pl -v
10 - You should be notified of an error
11 - perl misc/search_tools/rebuild_elastic_search.pl -v -v
12 - You should be notified of the specific biblio with an error and a
(somewhat) readable reason
13 - perl misc/search_tools/rebuild_elastic_search.pl
14 - No output

Signed-off-by: Ere Maijala <[email protected]>
Signed-off-by: Séverine QUEUNE <[email protected]>
Signed-off-by: Bouzid Fergani <[email protected]>

Signed-off-by: Jonathan Druart <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to