Summary: | No results when searching by LC Call Number: in Z39.50 Server | ||
---|---|---|---|
Product: | Koha | Reporter: | smustafa <susan.mustafa> |
Component: | Z39.50 / SRU / OpenSearch Servers | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | proposed patch |
Description
smustafa
2010-08-05 12:00:09 UTC
While troublesome, this bug doesn't qualify as critical according to the guidelines: http://bugs.koha-community.org/bugzilla3/page.cgi?id=fields.html#importance Created attachment 2484 [details] proposed patch There was no code in z3950_search.pl to search for LC call number, only for LC card number. If search for LC card number is needed this could be added easily. I tested with different call numbers from LOC, you can search for the whole LC call number and for parts of it. Example: CALL NUMBER: Q181 .A68 2006 SEARCH FOR: Q181 .A68 2006 Q181 .A68 Q181 My solution uses the attributes from Library of Congress Left-anchored Phrase Search Form: http://www.loc.gov/cgi-bin/zgate?ACTION=INIT&FORM_HOST_PORT=/prod/www/data/z3950/locils1.html,z3950.loc.gov,7090&CI=145226 Testes successfully on current heaad, closing bug. |