[Bug 4074] New: The 'Subject(s)' link(s) are malformed resulting in no search results
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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4074 --- Comment #1 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-01-28 15:15:32 --- Created an attachment (id=1496) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1496) Patch -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4074 --- Comment #2 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-01-28 15:59:31 --- Created an attachment (id=1497) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1497) Backport of fix to current 3.0.x branch -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4074 Chris Nighswonger <cnighswonger@foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1496 is|0 |1 obsolete| | Attachment #1497 is|0 |1 obsolete| | --- Comment #3 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-02-02 13:13:45 --- Created an attachment (id=1505) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1505) Corrected patch Back port to 3.0.x can be had from here: http://git.foundations.edu/?p=koha.git;a=commit;h=925aad5aa27f327153dd0de75e... -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4074 --- Comment #4 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-02-02 13:15:26 --- This tweak to the normalizing regexp requires less changes to existing 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4074 Chris Nighswonger <cnighswonger@foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-02-05 03:06:24 --- Fixed in HEAD. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4074 Chris Nighswonger <cnighswonger@foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4074 Chris Nighswonger <cnighswonger@foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4074 hdlaurent <henridamien@koha-fr.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |henridamien@koha-fr.org --- Comment #6 from hdlaurent <henridamien@koha-fr.org> 2010-04-21 16:24:19 --- I have a problem with eb6b10f8 : it doesnot test all possible attributes, wrdl phr, and ext are not considered in the list of ccl qualifier, and thus, a system with NO syspref Query set searching for a word will fail. Still Blocker and should at least be enhanced to test wrdl, le, ge, lt, gt, trn see lines 841 to 913 etc/zebradb/ccl.properties for qualifiers. nahuel patch on 3.0 did quite well at that. Even though needed a copy paste of ccl.properties see #3854 -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com