http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5473 --- Comment #5 from Nicole C. Engard <nengard@gmail.com> 2011-09-07 15:40:36 UTC --- Via the mailing list : On Wed, Sep 7, 2011 at 4:52 AM, LAURENT Henri-Damien <henridamien.laurent@biblibre.com> wrote:
Hi In my opinion, append_fields should not be used that much. use insert_fields_ordered or insert_fields_before rather than append_fields... Why ? Because usually, what you want is tags to be grouped and not dispatched in the biblio. And append_fields will append them at the end of the record. If the record is too long, then it will simply fail to index that part. (when 999 tag/subfields which stores the biblionumber, you would certainly have indexing problems on big records.)
-- 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.