[Koha-bugs] [Bug 6713] marc import not matching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 11 22:51:45 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6713

--- Comment #7 from Chris Cormack <chris at 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.


More information about the Koha-bugs mailing list