Bug 21908: Add biblio_metadata to rebuild_zebra.pl tables
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 29 Nov 2018 09:15:00 +0000 (10:15 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 21 Dec 2018 19:42:16 +0000 (19:42 +0000)
commit2f7868e9c6d3a1646b9c0d9e8736301b317750e9
treeb28a4a1576b55b446f6656f22e4d718329804ae9
parentbeaf47234bdb8df190a3d192adea67dcb2b66df3
Bug 21908: Add biblio_metadata to rebuild_zebra.pl tables

Zebra indexing script misc/migration_tools/rebuild_zebra.pl as a table arg to allow filtering.
It is missing biblio_metadata to allow filtering on MARCXML with ExtractValue.

Test plan :
1) Be sur you have a biblio record with biblionumber 1
2) Run misc/migration_tools/rebuild_zebra.pl -h
3) You see : --table specify a table (can be items, biblioitems, biblio, biblio_metadata) to retrieve biblionumber to index.
4) Run misc/migration_tools/rebuild_zebra.pl -v -b --table biblio_metadata --where="biblio_metadata.biblionumber=1"
5) Check you dont have SQL errors

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit c36597bc0c72cc31249c02af5aaaf1c1f977ee50)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 33b8f3ff1df670d4512695213d004b1a189f9c25)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
misc/migration_tools/rebuild_zebra.pl