http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10578 Bug ID: 10578 Summary: Escaping CGI breaks results sort feature (librarian's interface) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: januszop@gmail.com After introducing escaped $query_cgi in bugfix 9239 the results sort feature does not work correctly for the librarian. To reproduce the problem (in librarian's interface): 1. Have some biblio records to get a list when searching 2. Make an advanced search with 'as phrase' modifier (title -- ti,phr: or author -- au,phr: , etc.) 3. Having the result list try to change the sort order. 4. You should get no results with a message like: "No results match your search for 'au%2Cphr: " etc. A patch will follow. -- You are receiving this mail because: You are watching all bug changes.