http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9516

Kyle M Hall <k...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14967|0                           |1
        is obsolete|                            |

--- Comment #3 from Kyle M Hall <k...@bywatersolutions.com> ---
Created attachment 15006
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15006&action=edit
Bug 9516 - Item Availability/Data missing from OPAC tag search

Currently, an OPAC search using the "tag" and "q" query strings will have
results with no item data. Next to "Availability", it will say "No items
available:" (N.B. without reference to why the items are unavailable, like
Checked out, In transit, etc.).

The reason is that the opac-search.pl script is just pulling the marc blob
straight from the database without embedding any item data. I've used the
GetMarcBiblio sub with the embed item data option, and then converted the
resulting Marc object to us marc using the "as_usmarc" method.

Signed-off-by: Kyle M Hall <k...@bywatersolutions.com>
Appears to work as advertised.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to