[Koha-bugs] [Bug 4074] New: The 'Subject(s)' link(s) are malformed resulting in no search results

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Thu Jan 28 16:12:27 CET 2010


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 at foundations.edu
        ReportedBy: cnighswonger at 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.



More information about the Koha-bugs mailing list