http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8962
--- Comment #2 from mathieu saby <[email protected]> --- Created attachment 13406 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13406&action=edit [PATCH] Bug 8962 : Create a new anywhere index (draft patch) This is a draft patch creating a new index 'anywhere'. It changes - templates for staff interface (index anywhere added to dropdown index lists) - ccl.properties - record.abs for UNIMARC : index 'any' limited to 010, 011, 071, 072, 073, 70X, 71X, 200, 205, 210c, 225adehiv, 330, 328, 4XXt, 5XX, 6XX, 995fk - record.abs for MARC21 : index 'any' limited to 02X, 030, 110, 111, 130, 21X, 22X, 24X, 260b, 4XX, 505, 520, 6XX, 7XX, 8XX, 952p You can test this way : - search "eng" or "fre" in OPAC and Staff interface => a lot of records - apply and rebuild zebra - search "eng" or "fre" in OPAC and Staff interface => 0 or few records - search "eng" or "fre" in Staff interface selecting "any words (all indexes)" index in advanced search => a lot of records Of course, we could change the list of fiels indexed in 'any', especially for Marc21 (I never used Marc21...), and the name of the new index in staff interface... M. Saby Rennes 2 University -- 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/
