Koha 3.0 - Catalog display problems - item type & No items available
Koha 3.0 with Zebra enabled Two issues in the catalog search results: First Issue: Initial search results (opac-search.pl): Most, but not all the records display the following: "Availability: No items available:" in the results. Opening the full record (opac-detail.pl) displays the available items correctly with available copies. Second Issue: When performing a search on the advanced search page (opac-search.pl) the searches fail if any of the limiters are selected. There is no error message, but no results either. Searches complete correctly from the page if no limiters are selected. Sample result: No Result found ! No results match your search for “kw,wrdl: james joycemc-itype:20” in Catalog Do you have any suggestions as to what may be the issue with these problems? -- View this message in context: http://www.nabble.com/Koha-3.0---Catalog-display-problems---item-type---No-i... Sent from the Koha - Discuss mailing list archive at Nabble.com.
On Thu, Aug 14, 2008 at 1:34 AM, Bruce Raymond <braymond@regisjesuit.com> wrote:
Koha 3.0 with Zebra enabled Two issues in the catalog search results:
First Issue: Initial search results (opac-search.pl): Most, but not all the records display the following: "Availability: No items available:" in the results. Opening the full record (opac-detail.pl) displays the available items correctly with available copies.
Second Issue: When performing a search on the advanced search page (opac-search.pl) the searches fail if any of the limiters are selected. There is no error message, but no results either. Searches complete correctly from the page if no limiters are selected. Sample result: No Result found !
No results match your search for "kw,wrdl: james joycemc-itype:20" in Catalog
Do you have any suggestions as to what may be the issue with these problems?
Try running misc/migration_tools/rebuild_zebra.pl -a -b -r And check to see if your zebraqueue_daemon is running. Kind Regards, -- Chris Nighswonger LibLime www.liblime.com chris.nighswonger@liblime.com
Ran misc/migration_tools/rebuild_zebra.pl -a -b -r No change in display.
Try running misc/migration_tools/rebuild_zebra.pl -a -b -r And check to see if your zebraqueue_daemon is running.
-- View this message in context: http://www.nabble.com/Koha-3.0---Catalog-display-problems---item-type---No-i... Sent from the Koha - Discuss mailing list archive at Nabble.com.
Bruce Raymond wrote:
Koha 3.0 with Zebra enabled Two issues in the catalog search results:
First Issue: Initial search results (opac-search.pl): Most, but not all the records display the following: "Availability: No items available:" in the results. Opening the full record (opac-detail.pl) displays the available items correctly with available copies.
What is the content of the MARC field (usually 525$7 in MARC21, 995$o in UNIMARC) which is mapped to the items.notforloan field? It has to be 0 (zero) to the status in the results page displays correctly. (Of course the status may be coded in authvalues so that users see "Available" of whatever, but what is in this field mus t be 0 for available items.)
Second Issue: When performing a search on the advanced search page (opac-search.pl) the searches fail if any of the limiters are selected. There is no error message, but no results either. Searches complete correctly from the page if no limiters are selected. Sample result: No Result found !
No results match your search for “kw,wrdl: james joycemc-itype:20” in Catalog
Do you have any suggestions as to what may be the issue with these problems?
Is your item type defined on item or on biblio level? If it is defined on biblio level, you would have do set item-level_itypes in system preferences (Cataloging) to OFF. Me myself experienced exactly the same issues (I work with UNIMARC). Hope this helps. Waiting for feedback from you. Regards, Janusz Kaczmarek * *
Item types are set at item level. Some items display correctly. It may be that some item level information is in the 800s and others in the 900s. Correct my if I'm wrong. Is the initial search result displaying the location from the MARC and the detail page displaying information from mysql? If so, is there a way (with a script, or otherwise) to re-populate the MARC records from the mysql records to correct the problem. Any other suggestions? Janusz Kaczmarek wrote:
Is your item type defined on item or on biblio level? If it is defined on biblio level, you would have do set item-level_itypes in system preferences (Cataloging) to OFF.
-- View this message in context: http://www.nabble.com/Koha-3.0---Catalog-display-problems---item-type---No-i... Sent from the Koha - Discuss mailing list archive at Nabble.com.
I sent an earlier inquiry about this problem, but none of the suggested repairs appear to have addressed the issue. I am enclosing more imformation. I hope this will shed more light on the problem. I am including detail from two records. One displays correctly, the other incorrectly. CORRECT RECORD: ** Initial Result Screen: Indicates that the item IS available. Harry Potter and the sorcerer's stone / by Rowling, J. K. Publication: New York : Scholastic, 1998 . 309 p. : 20 cm. Date:1998 Availability: Copies available: Girls Division (1), ** Full Record: Indicates that the item is available with correct location information, etc. ** MARC record displays holding information: 300 ## - PHYSICAL DESCRIPTION Extent 309 p. ; Dimensions 24 cm. Copies Price effective from Permanent Location Date last seen Not for loan Date acquired Source of classification or shelving scheme Koha item type Lost status Cost, normal purchase price Withdrawn status Collection code Damaged status Barcode Shelving location Current Location Full call number 2008-07-01 Boys Division 2008-07-01 For Loan 2008-07-01 Fiction 0.00 Fiction 23102 FIC Boys Division Fic Rowling INCORRECT RECORD: *** Initial Result Screen: Indicates that the item is not available. Harry Potter and the goblet of fire / by Rowling, J. K. Publication: New York : Scholastic, 2000 . xi, 734 p. : , Sequel to: Harry Potter and the prisoner of Azkaban. 20 cm. Date:2000 Availability: No items available: *** Full Record Detail: Indicates item is available, with location and call number correct. *** Detail of MARC record: Note there is no copy/ holding info in the MARC record, though it is apparently in the Zebra database. 700 1# - ADDED ENTRY--PERSONAL NAME Personal name GrandPre, Mary, Relator term ill. 700 1# - ADDED ENTRY--PERSONAL NAME Personal name GrandPre, Mary, Relator term ill. No copies available. -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Bruce Raymond Sent: Monday, August 18, 2008 12:21 AM To: koha@lists.katipo.co.nz Subject: Re: [Koha] Koha 3.0 - Catalog display problems - item type & No items available Item types are set at item level. Some items display correctly. It may be that some item level information is in the 800s and others in the 900s. Correct my if I'm wrong. Is the initial search result displaying the location from the MARC and the detail page displaying information from mysql? If so, is there a way (with a script, or otherwise) to re-populate the MARC records from the mysql records to correct the problem. Any other suggestions? Janusz Kaczmarek wrote:
Is your item type defined on item or on biblio level? If it is defined
on biblio level, you would have do set item-level_itypes in system preferences (Cataloging) to OFF.
-- View this message in context: http://www.nabble.com/Koha-3.0---Catalog-display-problems---item-type--- No-items-available-tp18975920p19026492.html Sent from the Koha - Discuss mailing list archive at Nabble.com. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Bruce Raymond -
Chris Nighswonger -
Janusz Kaczmarek