http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713 --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> 2011-08-11 20:51:45 UTC --- In the db, before edit mysql> select * from matchpoints; +------------+---------------+--------------+-------+ | matcher_id | matchpoint_id | search_index | score | +------------+---------------+--------------+-------+ | 1 | 1 | isbn | 1000 | | 2 | 2 | isbn | 1000 | +------------+---------------+--------------+-------+ after edit mysql> select * from matchpoints; +------------+---------------+--------------+-------+ | matcher_id | matchpoint_id | search_index | score | +------------+---------------+--------------+-------+ | 2 | 2 | isbn | 1000 | | 1 | 3 | isbn | 1000 | | 1 | 4 | | 0 | | 1 | 5 | | 0 | +------------+---------------+--------------+-------+ -- 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.