http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9352
mathieu saby <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #43 from mathieu saby <[email protected]> --- In fact, the issue is obvious ;-) Before, all the content of the field was indexed in "au:phrase" index. like that: "Doe John (1945 ; writer)" Now, a and b subfields are indexed separately in "au:phrase" (and also au:word): "Doe" "John" But no "Doe John" To do that, I need probably need to change the behavior of the xsl file generating zebra-biblio-indexdef from koha-biblio-indexdef. Or maybe there is already a template for that in the file. I'm going to ask the lists. Setting the patch in Fail QA for the moment -- You are receiving this mail because: 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/
