http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4074 Summary: The 'Subject(s)' link(s) are malformed resulting in no search results Product: Koha Version: HEAD Platform: PC OS/Version: All Status: ASSIGNED Severity: blocker Priority: PATCH-Sent Component: OPAC AssignedTo: cnighswonger@foundations.edu ReportedBy: cnighswonger@foundations.edu Estimated Hours: 0.0 Change sponsored?: Sponsored These links are rendered with the wrong syntax. ie. 'q=su:foo' This results in a search for 'su:foo' rather than a search for 'foo' with an index of 'su.' This patch corrects the code so that the syntax conforms to current parsing methods. ie. 'idx=su&q=foo' NOTE: The change to the underlying C4::Biblio->GetMarcSubjects() does not need to be ported to any other calling code. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.