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

Pierre-Marc Thibault <pierre-marc.thiba...@inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #82724|0                           |1
        is obsolete|                            |

--- Comment #5 from Pierre-Marc Thibault <pierre-marc.thiba...@inlibro.com> ---
Created attachment 82819
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82819&action=edit
Bug 21908: Add DISTINCT biblionumber to rebuild_zebra.pl

Zebra indexing script misc/migration_tools/rebuild_zebra.pl as a table arg to
allow filtering.
When using table=items we should use DISTINCT(biblionumber) to avoid indexing
several times the same biblio record when it has several items.
This patch adds DISTINCT(biblionumber) in all cases it does not harm if its
already unique.

Test plan :
1) Be sur you have a biblio record with biblionumber 1 with 3 items
2) Run misc/migration_tools/rebuild_zebra.pl -v -b --table items
--where="biblionumber=1"
3) Without patch you see "Records exported: 3", with patch only one
4) Check indexing works well

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thiba...@inlibro.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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