http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7150
--- Comment #1 from Ian Walls <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
