[Bug 7150] New: Authority Record Searching Returns no results unless Search Main Heading is selected
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7150 Bug #: 7150 Summary: Authority Record Searching Returns no results unless Search Main Heading is selected Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P5 Component: MARC Authority data support AssignedTo: gmcharlt@gmail.com ReportedBy: joy@bywatersolutions.com QAContact: koha-bugs@lists.koha-community.org CC: ian.walls@bywatersolutions.com In Authorities Module, Click on 'Search Authorities' or 'Search All Headings' tab and enter search term. No results are found. Results are only returned when 'Search Main Heading' tab is selected. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7150 --- Comment #1 from Ian Walls <ian.walls@bywatersolutions.com> 2012-01-05 16:43:50 UTC --- This seems to be caused by commit c19d505a.... Heading-Main is not a valid index, neither is Any. Changing it to just "Heading" works, which is why Search Main Heading works. The problem doesn't seem to be the DOM indexing... indexes are clearly defined here. ccl.properties doesn't have a definition for Heading-Main... it should be: Heading-Main 1=8004 8004 is the authorities bib1.att value... not to be confused with the biblios value, which is materials-specified. Unfortunately, from my tests, this alone does not resolve the issue... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7150 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This seems to be working now. Closing. Please reopen if the problem recurs. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org