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

--- Comment #30 from Katrin Fischer <[email protected]> ---
(In reply to José Anjos from comment #29)
> Katrin Fischer,
> The data doesn't change after doing re rebuilds?
> ./batchRebuildBiblioTables.pl  -c
> ./rebuild_zebra.pl -b -r -v
> 
> Where is the data that doesn't change?
> Thank you for your advise.

When you change the mappings for your biblionumber in the framework, that only
updates the framework. In your MARC records in the database, the record is
still in the previous field. Only when you add a new record or edit it, the new
framework default would be used. So there is a big danger here for creating
inconsistent data that will cause many issues.

I believe > ./batchRebuildBiblioTables.pl  -c doesn't do the trick here as the
error on indexing shows. It updates the data in biblio, biblioitems and items,
according to the mappings, but not your MARC data.

Say you changed biblionumber from 001 to 999. In your MARC record it's still in
001, but the configuration tells Zebra to look in 999 - resulting in broken
indexing.

Hope that explains.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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