http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9295 --- Comment #3 from Mirko Tietgen <mirko@abunchofthings.net> --- Created attachment 16443 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16443&action=edit Bug 9295 [ENH] Introduce operator equal/ notequal to OAI set mapping instead of hardcoded 'equal' value. In OAI set mappings, the value "is equal to" is hardcoded. This enhancement changes it to a dropdown menu to choose between "is equal to" and "not equal to". To test: * define a set * define a mapping for said set with "is equal to" * run /misc/migration_tools/build_oai_sets.pl -r -v * confirm that you have correct entries in SQL: select * from oai_sets_biblios; * change mapping to 'not equal to', save * run /misc/migration_tools/build_oai_sets.pl -r -v * confirm that you have correct entries in SQL: select * from oai_sets_biblios; -- You are receiving this mail because: You are watching all bug changes.