[Bug 19269] New: Advanced Editor - Rancor - Add ability to search batches by lccn and pubdate
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Bug ID: 19269 Summary: Advanced Editor - Rancor - Add ability to search batches by lccn and pubdate Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl This patchset add two columns to import biblios to allow for searching on these values, it should allow for future use in matching and expanded display to give more record feedback -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18823 Assignee|koha-bugs@lists.koha-commun |nick@bywatersolutions.com |ity.org | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18823 [Bug 18823] Advanced editor - Rancor - add ability to edit records in import batches -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 66927 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66927&action=edit Bug 19269 - database changes -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 --- Comment #2 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 66928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66928&action=edit Bug 19269: Rancor - Add LCCN, pubdate to indexing Also, fix control number updating for updated records -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19270 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19270 [Bug 19270] Advanced Editor - Rancor - Add ability to search batches on arbitrary marc fields -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Status|NEW |Needs Signoff --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Nick, can you please add a test plan for the second patch?
Also, fix control number updating for updated records
-- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66927|0 |1 is obsolete| | Attachment #66928|0 |1 is obsolete| | --- Comment #4 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 77910 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77910&action=edit Bug 19269 - database changes -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 --- Comment #5 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 77911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77911&action=edit Bug 19269: Rancor - Add LCCN, pubdate to indexing This patch filsl the two new columns in the import_biblios table: lccn, pubdate It also fixes update of ocntrol number in the import_biblios table To test: 1 - Apply and update database 2 - Import some records 3 - Check the import table to see new columns are populated correctly 4 - check control number is correct in table too 5 - Open advanced cataloging editor 6 - Set your batch as searchable (settings->import batches) 7 - You should now be able to search batches for lccn or pubdate or control number 8 - Verify records are found as expected and can be saved to catalog or batch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carnold@dgiinc.com Assignee|nick@bywatersolutions.com |carnold@dgiinc.com Status|Needs Signoff |ASSIGNED --- Comment #6 from Cori Lynn Arnold <carnold@dgiinc.com> --- Will need to be rebased with depends on bugs. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77911|0 |1 is obsolete| | --- Comment #7 from Cori Lynn Arnold <carnold@dgiinc.com> --- Created attachment 80989 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80989&action=edit Bug 19269: Rancor - Add LCCN, pubdate to indexing This patch fills the two new columns in the import_biblios table: lccn, pubdate It also fixes update of ocntrol number in the import_biblios table Because 010 fields can have leading and trailing whitespace, added trim before INSERT into import_biblios table. -cori lynn To test: 1 - Apply and update database 2 - Import some records 3 - Check the import table to see new columns are populated correctly 4 - check control number is correct in table too 5 - Open advanced cataloging editor 6 - Set your batch as searchable (settings->import batches) 7 - You should now be able to search batches for lccn or pubdate or control number 8 - Verify records are found as expected and can be saved to catalog or batch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19269 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joonas.kylmala@helsinki.fi Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org