| Summary: | Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | lucas, m.de.rooy, nick |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38408 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
22.11.00
|
Circulation function: | |
| Bug Depends on: | 31306 | ||
| Bug Blocks: | 27272 | ||
| Attachments: |
Bug 31312: Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl
Bug 31312: Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl Bug 31312: Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl |
||
|
Description
Jonathan Druart
2022-08-08 14:22:45 UTC
Created attachment 138820 [details] [review] Bug 31312: Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl Hum... Item2Marc ok here? Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search. Here we are going to deal with misc/migration_tools/rebuild_zebra.pl Test plan: I am not sure, what do we want to test here? Items' info indexed correctly? Created attachment 138846 [details] [review] Bug 31312: Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl Hum... Item2Marc ok here? Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search. Here we are going to deal with misc/migration_tools/rebuild_zebra.pl Test plan: I am not sure, what do we want to test here? Items' info indexed correctly? Signed-off-by: Owen Leonard <oleonard@myacpl.org> > Test plan:
> I am not sure, what do we want to test here? Items' info indexed
> correctly?
The process completes correctly and the results appear to be up to date.
Created attachment 138979 [details] [review] Bug 31312: Remove GetItemsInfo from misc/migration_tools/rebuild_zebra.pl Hum... Item2Marc ok here? Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search. Here we are going to deal with misc/migration_tools/rebuild_zebra.pl Test plan: I am not sure, what do we want to test here? Items' info indexed correctly? Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 22.11. Nice work everyone, thanks! Did this change make rebuilding Zebra considerably slower? |