[Bug 14198] New: RDA: Indexing 264 field (Zebra)
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Bug ID: 14198 Summary: RDA: Indexing 264 field (Zebra) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: hector.hecaxmmx@gmail.com QA Contact: testopia@bugs.koha-community.org Since RDA has been published, Koha need support for this Code. In this way 264 field need to be searchable. Bib-1 set a new index for provider <http://www.loc.gov/z3950/agency/defns/bib1.html> Provider 1225, although I think 264 should be included like 260 $a$b$c Patch coming soon. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 --- Comment #1 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 39301 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39301&action=edit Bug 14198: RDA: Indexing 264 field (Zebra) This patch add zebra indexes to RDA 264 field. The new Provider index is added too. The XSLT for staff and OPAC has been updated to reflect the index. To test: 1) Download RDA records with 264 fields from this attachment <http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36825>. Import the file and re-index/rebuild zebra. These records contain 260 and 264 fields per record. 2) Do a search with pb:Bethany two records will appear with title The guardian. Search with pl:Minneapolis too, the two records will appear. Notice that 264 not show the link for Publisher in the record detail page. 3) Select one record of both records and delete the 260 field keeping the 264 field and save, rebuild your zebra. 4) Search again with pb:Bethany and just one record will appear. Thats mean 264 is not indexed. 5) Apply patch. 6) Rebuild your zebra but this time all biblio records. 7) Search again with pb:Bethany, this time will appear the two records, 264 is indexed. 8) This patch add three new indexes Provider, Provider-date and Provider-place for 260 and 264 fields. 9) Do a search with the three new indexes for Bethany publisher. 10) Search with copydate:2013 and Provider-date:2013 both searches will give the same result. 11) Get access to record detail page of one record and notice that the link for Publisher in 264 field appear. Sponsored-by: Universidad de El Salvador -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt@gmail.com |hector.hecaxmmx@gmail.com Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com, | |joy@bywatersolutions.com, | |m.de.rooy@rijksmuseum.nl, | |nengard@gmail.com, | |tomascohen@gmail.com, | |wsalesky@gmail.com --- Comment #2 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- I add here maybe some interested in RDA development for Koha Regards -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #39301|0 |1 is obsolete| | --- Comment #3 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 39317 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39317&action=edit [SIGNED-OFF] Bug 14198: RDA: Indexing 264 field (Zebra) This patch add zebra indexes to RDA 264 field. The new Provider index is added too. The XSLT for staff and OPAC has been updated to reflect the index. To test: 1) Download RDA records with 264 fields from this attachment <http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36825>. Import the file and re-index/rebuild zebra. These records contain 260 and 264 fields per record. 2) Do a search with pb:Bethany two records will appear with title The guardian. Search with pl:Minneapolis too, the two records will appear. Notice that 264 not show the link for Publisher in the record detail page. 3) Select one record of both records and delete the 260 field keeping the 264 field and save, rebuild your zebra. 4) Search again with pb:Bethany and just one record will appear. Thats mean 264 is not indexed. 5) Apply patch. 6) Rebuild your zebra but this time all biblio records. 7) Search again with pb:Bethany, this time will appear the two records, 264 is indexed. 8) This patch add three new indexes Provider, Provider-date and Provider-place for 260 and 264 fields. 9) Do a search with the three new indexes for Bethany publisher. 10) Search with copydate:2013 and Provider-date:2013 both searches will give the same result. 11) Get access to record detail page of one record and notice that the link for Publisher in 264 field appear. Sponsored-by: Universidad de El Salvador Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Work as described following test plan. Only comment is that if 260 and 264 are present, link only shows for 260 value. No koha-qa errors. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 39317 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39317 [SIGNED-OFF] Bug 14198: RDA: Indexing 264 field (Zebra) Review of attachment 39317: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14198&attachment=39317) ----------------------------------------------------------------- Hi Hector, thx for providing this patch! I think it's about time we get ready for RDA a bit more, indexing being a part of it. I have added some comments - can you please take a look? For next time: I think it would be a bit nicer if you had split out the XSLT changes into a separate bug - keeping indexing and display separate issues, but I can see how this works together here. ::: etc/zebradb/biblios/etc/bib1.att @@ +220,4 @@
att 9010 cn-suffix att 9011 Suppress att 9012 Identifier-other +#att 9013 arp
What is arp? It seems unrelated to the patch set, but is added by it. ::: etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml @@ +431,4 @@
<index_data_field tag="260"> <target_index>pl:w</target_index> </index_data_field> + <!--Index for Provider 260-->
There are already entries for 260 and its subfields - why keep this separate and not add the new <target_index> entries within the existing ones? ::: etc/zebradb/marc_defs/marc21/biblios/record.abs @@ +129,4 @@
melm 260$b Publisher:w,Publisher:p melm 260$c copydate,copydate:s melm 260 pl +melm 260$a Provider-place:w,Provider-place:p
The changes to record.abs are not necessary and should be removed, as GRS1 is deprecated. I'd leave them in, but I think they are also not correct. There should only be one entry for each MARC field in record.abs - the new indexes should be listed additionally with the old entries. Easier to remove the file from the patch set. ::: koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ +273,5 @@
<xsl:value-of select="$field/marc:subfield[@code='a']"/> <xsl:text> </xsl:text> + <xsl:choose> + <xsl:when test="$url='1'"> + <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:{$field/marc:subfield[@code='b']}">
I believe the link here is for the intranet, while it should be an OPAC link. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Status|Signed Off |Failed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #39317|0 |1 is obsolete| | --- Comment #5 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 39735 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39735&action=edit Bug 14198: RDA: Indexing 264 field (Zebra) This patch add zebra indexes to RDA 264 field. The new Provider index is added too. QA comments corrected. To test: 1) Download RDA records with 264 fields from this attachment <http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36825>. Import the file and re-index/rebuild zebra. These records contain 260 and 264 fields per record. 2) Do a search with pb:Bethany two records will appear with title The guardian. Search with pl:Minneapolis too, the two records will appear. 3) Select one record of both records and delete the 260 field keeping the 264 field and save, rebuild your zebra. 4) Search again with pb:Bethany and just one record will appear. Thats mean 264 is not indexed. 5) Apply patch. 6) Rebuild your zebra but this time all biblio records. 7) Search again with pb:Bethany, this time will appear the two records, 264 is indexed. 8) This patch add three new indexes Provider, Provider-date and Provider-place for 260 and 264 fields. 9) Do a search with the three new indexes for Bethany publisher. 10) Search with copydate:2013 and Provider-date:2013 both searches will give the same result. 11) Apply QA Test Tools Sponsored-by: Universidad de El Salvador -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=14304 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #6 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Hi Katrin. I fix all the comments in the comment 4. I filed a new bug <http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14304> for XSLTs in OPAC and Intranet to show the link for Publisher like 260 field. I will correct the link for the OPAC there. Just one comment on etc/zebradb/biblios/etc/bib1.att @@ +220,4 @@
att 9010 cn-suffix att 9011 Suppress att 9012 Identifier-other +#att 9013 arp
This is an index that really exist in the bottom of the file, I put it there in a commented line because it tends to confuse, this was eliminated from the new patch. Please review the patch again and give us a feedback to proceed with the signed-off process. Regards -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Hector,
I filed a new bug <http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14304> for XSLTs in OPAC and Intranet to show the link for Publisher like 260 field. I will correct the link for the OPAC there.
Thx! Sorry for causing you more work. :(
att 9010 cn-suffix att 9011 Suppress att 9012 Identifier-other +#att 9013 arp This is an index that really exist in the bottom of the file, I put it there in a commented line because it tends to confuse, this was eliminated from
Just one comment on etc/zebradb/biblios/etc/bib1.att @@ +220,4 @@ the new patch.
Ah, that makes sense - I didn't spot that from the patch file. One more thought looking at this a bit more awake: Currently the new and the old indexes look as they will be mostly identical - they both index 260 and 264. I see the note about the Provider index being based on a suggestion from LOC, so that makes sense to me. But do we really need the other 2 new indexes Provider-place and Provider-date? Should we make them different or maybe just map them as an alias in ccl.properties to the existing indexes? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 --- Comment #8 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- (In reply to Katrin Fischer from comment #7) Hi Katrin,
Thx! Sorry for causing you more work. :(
No problem, you've got right and that's your work. You see things that I haven't seen before. I really appreciate your help on this.
One more thought looking at this a bit more awake: Currently the new and the old indexes look as they will be mostly identical - they both index 260 and 264. I see the note about the Provider index being based on a suggestion from LOC, so that makes sense to me. But do we really need the other 2 new indexes Provider-place and Provider-date? Should we make them different or maybe just map them as an alias in ccl.properties to the existing indexes?
I think that we don't need the two new indexes. I just include them here because make sense with counterpart 260 field, even though both indexes don't exist and they are not in any suggestion or standard, i.e., I have included them here to map at the same as 260 field and find the same results. They work as an alias of the indexes pl and copydate. If you prefer I will remove both. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Hector, I think what you could do is remove most of the index definitions for the Provider-* indexes and just solve it by adding one line in the ccl.properties file, as it allows you to add other names for an index. For example we have bc as a shortcut for the barcode index: 1016 barcode 1=8023 1017 bc barcode -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 --- Comment #10 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 39791 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39791&action=edit Bug 14198: RDA: Indexing 264 field (Zebra) This patch add zebra indexes to RDA 264 field. The new Provider index is added too. QA comments corrected. To test: 1) Download RDA records with 264 fields from this attachment <http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36825>. Import the file and re-index/rebuild zebra. These records contain 260 and 264 fields per record. 2) Do a search with pb:Bethany two records will appear with title The guardian. Search with pl:Minneapolis too, the two records will appear. 3) Select one record of both records and delete the 260 field keeping the 264 field and save, rebuild your zebra. 4) Search again with pb:Bethany and just one record will appear. Thats mean 264 is not indexed. 5) Apply patches. 6) Rebuild your zebra but this time all biblio records. 7) Search again with pv:Bethany or Provider:Bethany, this time will appear the two records, 264 is indexed. Note that if you search again with pb only one record appear. This is because the suggestion of LOC. 10) Search with copydate:2013 only launch records with 260 fields and pv:2013 show both fields, i.e., 260 and 264. 11) Apply QA Test Tools Sponsored-by: Universidad de El Salvador -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #39735|Bug 14198: RDA: Indexing |Bug 14198: RDA: Indexing description|264 field (Zebra) |264 field (Zebra) # 1/2 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #39791|Bug 14198: RDA: Indexing |Bug 14198: RDA: Indexing description|264 field (Zebra) |264 field (Zebra) # 2/2 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 --- Comment #11 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Hi Katrine I don't know if there are another observation of your part, or if the patch is OK and Beranardo can sign-off the patch again. In advance thank you very much. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 39791 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39791 Bug 14198: RDA: Indexing 264 field (Zebra) # 2/2 Review of attachment 39791: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14198&attachment=39791) ----------------------------------------------------------------- Hi Hector, overall this looks good, sorry for the many iterations. I see you have decided to remove the new indexes - it's probably the easiest for now. One suggestion: could you squash your 2 patches? As they are not signed off yet, that will make it a little easier to handle and see the changes. ::: etc/zebradb/ccl.properties @@ +584,4 @@
# multiple indexes for 270$abcd # publication/production info. Provider 1=1225 +pv Provider Place-publication Publisher copydate
I am not sure what you are trying to achieve with this line. I would have expected just: pv Provider to crate a short index form for searching the Provider index. I am not sure listing multiple works here. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #13 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- (In reply to Katrin Fischer from comment #12)
Comment on attachment 39791 [details] [review]
Hi Katrin
One suggestion: could you squash your 2 patches? As they are not signed off yet, that will make it a little easier to handle and see the changes.
Yes, I will squash it.
::: etc/zebradb/ccl.properties @@ +584,4 @@
# multiple indexes for 270$abcd # publication/production info. Provider 1=1225 +pv Provider Place-publication Publisher copydate
I am not sure what you are trying to achieve with this line. I would have expected just: pv Provider to crate a short index form for searching the Provider index. I am not sure listing multiple works here.
Doing this let us have two indexes one just for 260 and the another for both field (i.e., 260 and 264) since Publisher its just for 260. I just followed up the yaz documentation at <http://www.indexdata.com/yaz/doc/tools.html#CCL> in section 1.2.2.2 Qualifier alias. In this sense Provider will harvest the three indexes for 260 (Place-publication, Publisher, and copydate) and the same Provider index applied to all field in 260 and 264. So let me do four prepositions: 1) Let me enumerate the above as the first one. 2) The second one: In ccl.properties: Provider 1=1225 pv Provider and apply provider to all field in 260 and 264 in biblio-koha-indexdefs.xml file as: <index_subfields tag="260" subfields="a"> <target_index>pl:w</target_index> <target_index>pl:p</target_index> </index_subfields> <index_subfields tag="260" subfields="b"> <target_index>Publisher:w</target_index> <target_index>Publisher:p</target_index> </index_subfields> <index_subfields tag="260" subfields="c"> <target_index>copydate:w</target_index> <target_index>copydate:s</target_index> </index_subfields> <index_data_field tag="260"> <target_index>pl:w</target_index> <target_index>Provider:w</target_index> </index_data_field> <index_data_field tag="264"> <target_index>Provider:w</target_index> </index_data_field> 3) And the last one: In ccl.properties: Provider 1=1225 pv Provider and apply the three indexes of 260 to 264, i.e., copying the indexes of 260 and adding the tags for all field as follow: <index_data_field tag="260"> <target_index>pl:w</target_index> <target_index>Provider:w</target_index> </index_data_field> <index_data_field tag="264"> <target_index>pl:w</target_index> <target_index>Provider:w</target_index> </index_data_field> And 4) do me a preposition to work with. Finally I don't know if is Ok to choose to use "pv" or another one like "provider" without capitalization in the alias for Provider index. I will change the bug as In discussion status. Regards -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 --- Comment #14 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Hi Katrin I don't know what you think about the proposals above? Sorry about my bad English, sometimes I think in Spanish when typing. Thanks in advance. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #39735|0 |1 is obsolete| | Attachment #39791|0 |1 is obsolete| | --- Comment #15 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 40941 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40941&action=edit Bug 14198: RDA: Indexing 264 field (Zebra) This patch add zebra indexes to RDA 264 field. The new Provider index is added too. QA comments corrected. To test: 1) Download RDA records with 264 fields from this attachment <http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36825>. Import the file and re-index/rebuild zebra. These records contain 260 and 264 fields per record. 2) Do a search with pb:Bethany two records will appear with title The guardian. Search with pl:Minneapolis too, the two records will appear. 3) Select one record of both records and delete the 260 field keeping the 264 field and save, rebuild your zebra. 4) Search again with pb:Bethany and just one record will appear. Thats mean 264 is not indexed. 5) Apply patches. 6) Rebuild your zebra but this time all biblio records. 7) Search again with pv:Bethany or Provider:Bethany, this time will appear the two records, 264 is indexed. Note that if you search again with pb only one record appear. This is because the suggestion of LOC. 10) Search with copydate:2013 only launch records with 260 fields and pv:2013 show both fields, i.e., 260 and 264. 11) Apply QA Test Tools Sponsored-by: Universidad de El Salvador -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |14304 Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14304 [Bug 14304] RDA: Display link in XSLT for 264 field to reflect Zebra indexing -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch CC| |z.tajoli@cineca.it -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Nick Clemens <nick@quecheelibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Nick Clemens <nick@quecheelibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #40941|0 |1 is obsolete| | --- Comment #16 from Nick Clemens <nick@quecheelibrary.org> --- Created attachment 42364 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42364&action=edit [SIGNED OFF]Bug 14198: RDA: Indexing 264 field (Zebra) This patch add zebra indexes to RDA 264 field. The new Provider index is added too. QA comments corrected. To test: 1) Download RDA records with 264 fields from this attachment <http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36825>. Import the file and re-index/rebuild zebra. These records contain 260 and 264 fields per record. 2) Do a search with pb:Bethany two records will appear with title The guardian. Search with pl:Minneapolis too, the two records will appear. 3) Select one record of both records and delete the 260 field keeping the 264 field and save, rebuild your zebra. 4) Search again with pb:Bethany and just one record will appear. Thats mean 264 is not indexed. 5) Apply patches. 6) Rebuild your zebra but this time all biblio records. 7) Search again with pv:Bethany or Provider:Bethany, this time will appear the two records, 264 is indexed. Note that if you search again with pb only one record appear. This is because the suggestion of LOC. 10) Search with copydate:2013 only launch records with 260 fields and pv:2013 show both fields, i.e., 260 and 264. 11) Apply QA Test Tools Sponsored-by: Universidad de El Salvador Signed-off-by: Nick Clemens <nick@quecheelibrary.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|z.tajoli@cineca.it | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Marjorie Barry-Vila <marjorie.barry-vila@ccsr.qc.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila@ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #42364|0 |1 is obsolete| | --- Comment #17 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 43855 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43855&action=edit [PASSED QA] Bug 14198: RDA: Indexing 264 field (Zebra) This patch add zebra indexes to RDA 264 field. The new Provider index is added too. QA comments corrected. To test: 1) Download RDA records with 264 fields from this attachment <http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36825>. Import the file and re-index/rebuild zebra. These records contain 260 and 264 fields per record. 2) Do a search with pb:Bethany two records will appear with title The guardian. Search with pl:Minneapolis too, the two records will appear. 3) Select one record of both records and delete the 260 field keeping the 264 field and save, rebuild your zebra. 4) Search again with pb:Bethany and just one record will appear. Thats mean 264 is not indexed. 5) Apply patches. 6) Rebuild your zebra but this time all biblio records. 7) Search again with pv:Bethany or Provider:Bethany, this time will appear the two records, 264 is indexed. Note that if you search again with pb only one record appear. This is because the suggestion of LOC. 10) Search with copydate:2013 only launch records with 260 fields and pv:2013 show both fields, i.e., 260 and 264. 11) Apply QA Test Tools Sponsored-by: Universidad de El Salvador Signed-off-by: Nick Clemens <nick@quecheelibrary.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #18 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Parche aplicado en master. Gracias Hector! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |enhancement -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org