http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9395 Bug ID: 9395 Summary: Problem with callnumber and standard number search in OPAC and Staff Client Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: vfernandes@keep.pt This problem happens because there isn't a operator "phr" in the values of callnumber and standard number search. So many results aren't the corrects ones. For example if a search for a standard number "1" there isn't results even in OPAC and Staff Client. If the value is changed for "sn,phr" there is one result which is the biblionumber 1. When searching in OPAC for callnumbers the results are accurated because it's searching for "lcn,phr" in the advanced search. In staff client are only looking for "callnum" which uses the operator wrdl. -- You are receiving this mail because: You are watching all bug changes.