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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 26 18:15:38 CEST 2011


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.poulain at biblibre.com

--- Comment #13 from Paul Poulain <paul.poulain at biblibre.com> 2011-10-26 16:15:38 UTC ---
mmm... I tried to add a matchpoint and feel i've reproduced a bugguy behaviour
: i've just added 010a (isbn in unimarc) as matchpoint, and I get :

kohacommunity>select * from matchpoints;
+------------+---------------+--------------+-------+
| matcher_id | matchpoint_id | search_index | score |
+------------+---------------+--------------+-------+
|          1 |             1 | isbn         |   100 |
|          1 |             2 |              |     0 |
|          1 |             3 |              |     0 |
+------------+---------------+--------------+-------+

aren't the id 2 & 3 buggy ? Note i've edited them and no new lines are added :
portable kohacommunity>select * from matchpoints;
+------------+---------------+--------------+-------+
| matcher_id | matchpoint_id | search_index | score |
+------------+---------------+--------------+-------+
|          1 |             4 | isbn         |   100 |
|          1 |             5 |              |     0 |
|          1 |             6 |              |     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