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

Paul Poulain <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #13 from Paul Poulain <[email protected]> 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.
_______________________________________________
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/

Reply via email to