Re: [Koha] "No Title" in search results
Hi Joel, quickly running out of ideas :( Can you check if BKS is really the framework used here? The itemtype might be misleading. The easiest way to see is on editing. Another idea: Save it again with a little change and check if that changes something. Katrin Am 27.07.2016 um 00:05 schrieb Coehoorn, Joel:
Looking at one of the records, I can see the item and material type both show "book":
Inline image 1
and the title does show in the 245 a field
Inline image 2
and that the 245 a field for the BKS (book) framework does map to biblio.title:
Inline image 3
Moreover, I can do an SQL query into the biblios table for that item and see that the title field is populated:
mysql> select title from biblio where biblionumber = 96711; +-------------------------------------+ | title | +-------------------------------------+ | Illustrated myths of Native America | +-------------------------------------+ 1 row in set (0.00 sec)
mysql>
Joel Coehoorn Director of Information Technology 402.363.5603 *jcoehoorn@york.edu <mailto:jcoehoorn@york.edu>*
The mission of York College is to transform lives through Christ-centered education and to equip students for lifelong service to God, family, and society
On Tue, Jul 26, 2016 at 4:53 PM, Katrin Fischer <Katrin.Fischer.83@web.de <mailto:Katrin.Fischer.83@web.de>> wrote:
Hi Joel,
have you changed your Koha-2-Marc-Mappings by chance? I wonder if for the problematic records the title was not saved to biblio.title. This could be caused by a missing mapping of 245$a to biblio.title for one or more of your frameworks.
Hope this helps,
Katrin
Am 26.07.2016 um 23:37 schrieb Coehoorn, Joel: > The title is also missing in Cataloguing view, even after turning on XSLT. > > > > Joel Coehoorn > Director of Information Technology > 402.363.5603 <tel:402.363.5603> > *jcoehoorn@york.edu <mailto:jcoehoorn@york.edu> <jcoehoorn@york.edu <mailto:jcoehoorn@york.edu>>* > > The mission of York College is to transform lives through > Christ-centered education and to equip students for lifelong service to > God, family, and society > > On Tue, Jul 26, 2016 at 4:32 PM, Liz Rea <liz@catalyst.net.nz <mailto:liz@catalyst.net.nz>> wrote: > >> Also, I wonder if you also see this behaviour in the cataloguing search >> (More -> Cataloguing -> do a search) >> >> Also do you use custom frameworks? >> >> Cheers, >> Liz >> >> On 27/07/16 09:25, Tomas Cohen Arazi wrote: >>> Is there a reason for you so you don't use the XSLT view? >>> >>> El mar., 26 jul. 2016 a las 18:18, Coehoorn, Joel (<jcoehoorn@york.edu <mailto:jcoehoorn@york.edu>>) >>> escribió: >>> >>>> We have a number of records that show "No Title" in the search results. >> As >>>> an example, visit our opac and search for "McNeese" >>>> <https://koha.york.edu/cgi-bin/koha/opac-search.pl?q=mcneese>. You can >> see >>>> that these records clearly DO have a title: it shows if you click >> through >>>> to view the full result, and it shows in the 245 field if you view the >> MARC >>>> record. It's just in the search results that it's missing.They'll even >> show >>>> the "rest of the title" field if there is one. This problem does not >> occur >>>> for all records. >>>> >>>> In an effort to figure out what's going on I have updated to 16.05, and >>>> also completely re-indexed zebra. >>>> >>>> Any ideas how to fix this? >>>> >>>> >>>> Joel Coehoorn >>>> Director of Information Technology >>>> 402.363.5603 <tel:402.363.5603> >>>> *jcoehoorn@york.edu <mailto:jcoehoorn@york.edu> <jcoehoorn@york.edu <mailto:jcoehoorn@york.edu>>* >>>> >>>> The mission of York College is to transform lives through >>>> Christ-centered education and to equip students for lifelong service to >>>> God, family, and society >>>> _______________________________________________ >>>> Koha mailing list http://koha-community.org >>>> Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> >>>> https://lists.katipo.co.nz/mailman/listinfo/koha >>>> >> >> -- >> -- >> Liz Rea >> Catalyst.Net Limited >> Level 6, Catalyst House, >> 150 Willis Street, Wellington. >> P.O Box 11053, Manners Street, >> Wellington 6142 >> >> GPG: B149 A443 6B01 7386 C2C7 F481 B6c2 A49D 3726 38B7 >> >> >> >> _______________________________________________ >> Koha mailing list http://koha-community.org >> Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> >> https://lists.katipo.co.nz/mailman/listinfo/koha >> >> > _______________________________________________ > Koha mailing list http://koha-community.org > Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> > https://lists.katipo.co.nz/mailman/listinfo/koha >
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Joel, Also, do you happen to have more than one field mapped to biblio.title in your framework? Cheers, Liz On 27/07/16 10:12, Katrin Fischer wrote:
Hi Joel,
quickly running out of ideas :(
Can you check if BKS is really the framework used here? The itemtype might be misleading. The easiest way to see is on editing. Another idea: Save it again with a little change and check if that changes something.
Katrin
Am 27.07.2016 um 00:05 schrieb Coehoorn, Joel:
Looking at one of the records, I can see the item and material type both show "book":
Inline image 1
and the title does show in the 245 a field
Inline image 2
and that the 245 a field for the BKS (book) framework does map to biblio.title:
Inline image 3
Moreover, I can do an SQL query into the biblios table for that item and see that the title field is populated:
mysql> select title from biblio where biblionumber = 96711; +-------------------------------------+ | title | +-------------------------------------+ | Illustrated myths of Native America | +-------------------------------------+ 1 row in set (0.00 sec)
mysql>
Joel Coehoorn Director of Information Technology 402.363.5603 *jcoehoorn@york.edu <mailto:jcoehoorn@york.edu>*
The mission of York College is to transform lives through Christ-centered education and to equip students for lifelong service to God, family, and society
On Tue, Jul 26, 2016 at 4:53 PM, Katrin Fischer <Katrin.Fischer.83@web.de <mailto:Katrin.Fischer.83@web.de>> wrote:
Hi Joel,
have you changed your Koha-2-Marc-Mappings by chance? I wonder if for the problematic records the title was not saved to biblio.title. This could be caused by a missing mapping of 245$a to biblio.title for one or more of your frameworks.
Hope this helps,
Katrin
Am 26.07.2016 um 23:37 schrieb Coehoorn, Joel: > The title is also missing in Cataloguing view, even after turning on XSLT. > > > > Joel Coehoorn > Director of Information Technology > 402.363.5603 <tel:402.363.5603> > *jcoehoorn@york.edu <mailto:jcoehoorn@york.edu> <jcoehoorn@york.edu <mailto:jcoehoorn@york.edu>>* > > The mission of York College is to transform lives through > Christ-centered education and to equip students for lifelong service to > God, family, and society > > On Tue, Jul 26, 2016 at 4:32 PM, Liz Rea <liz@catalyst.net.nz <mailto:liz@catalyst.net.nz>> wrote: > >> Also, I wonder if you also see this behaviour in the cataloguing search >> (More -> Cataloguing -> do a search) >> >> Also do you use custom frameworks? >> >> Cheers, >> Liz >> >> On 27/07/16 09:25, Tomas Cohen Arazi wrote: >>> Is there a reason for you so you don't use the XSLT view? >>> >>> El mar., 26 jul. 2016 a las 18:18, Coehoorn, Joel (<jcoehoorn@york.edu <mailto:jcoehoorn@york.edu>>) >>> escribió: >>> >>>> We have a number of records that show "No Title" in the search results. >> As >>>> an example, visit our opac and search for "McNeese" >>>> <https://koha.york.edu/cgi-bin/koha/opac-search.pl?q=mcneese>. You can >> see >>>> that these records clearly DO have a title: it shows if you click >> through >>>> to view the full result, and it shows in the 245 field if you view the >> MARC >>>> record. It's just in the search results that it's missing.They'll even >> show >>>> the "rest of the title" field if there is one. This problem does not >> occur >>>> for all records. >>>> >>>> In an effort to figure out what's going on I have updated to 16.05, and >>>> also completely re-indexed zebra. >>>> >>>> Any ideas how to fix this? >>>> >>>> >>>> Joel Coehoorn >>>> Director of Information Technology >>>> 402.363.5603 <tel:402.363.5603> >>>> *jcoehoorn@york.edu <mailto:jcoehoorn@york.edu> <jcoehoorn@york.edu <mailto:jcoehoorn@york.edu>>* >>>> >>>> The mission of York College is to transform lives through >>>> Christ-centered education and to equip students for lifelong service to >>>> God, family, and society >>>> _______________________________________________ >>>> Koha mailing list http://koha-community.org >>>> Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> >>>> https://lists.katipo.co.nz/mailman/listinfo/koha >>>> >> >> -- >> -- >> Liz Rea >> Catalyst.Net Limited >> Level 6, Catalyst House, >> 150 Willis Street, Wellington. >> P.O Box 11053, Manners Street, >> Wellington 6142 >> >> GPG: B149 A443 6B01 7386 C2C7 F481 B6c2 A49D 3726 38B7 >> >> >> >> _______________________________________________ >> Koha mailing list http://koha-community.org >> Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> >> https://lists.katipo.co.nz/mailman/listinfo/koha >> >> > _______________________________________________ > Koha mailing list http://koha-community.org > Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> > https://lists.katipo.co.nz/mailman/listinfo/koha >
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- -- Liz Rea Catalyst.Net Limited Level 6, Catalyst House, 150 Willis Street, Wellington. P.O Box 11053, Manners Street, Wellington 6142 GPG: B149 A443 6B01 7386 C2C7 F481 B6c2 A49D 3726 38B7
participants (2)
-
Katrin Fischer -
Liz Rea