https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37167 Bug ID: 37167 Summary: Fix mapping call number searches to Z39.50 Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: phil@chetcolibrary.org QA Contact: testopia@bugs.koha-community.org If you do an advanced search for Call number, your search will be for &idx=callnum, but the code in catalogue/search.pl that creates $z3950par to pass to z3950_search_args to eventually fill the form if you use the Z39.50/SRU Search button in your search results thinks that the index for callnum searches is still the one it was 15 years ago, lcn,phr, so instead of getting your search term filled in the "Dewey:" field (which isn't, it's a generic call number search), you get it in the "Title:" field. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.