[Koha-bugs] [Bug 14472] Wrong ISSN search index in record matching rules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 8 17:57:32 CEST 2015


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

--- Comment #7 from Amit Gupta <amitddng135 at gmail.com> ---
Hi Mark,

Thanks for comments

>How do you know the matcher_id is 2 for everyone?
Yes you are right matcher_id is 2 not for everyone. 

-------------------------------------------------------
update marc_matchers set search_index ='issn' where matcher_id = (select
matcher_id from marc_matchers where code = 'ISSN');
-------------------------------------------------------

>Your fresh install modifications change isbn to issn, is that correct?

Currently if you upload MARC records using "ISSN(022$a)" record matching rule.
It will not match any record due to wrong search index.

After applying this patch the incoming records should match perfectly using
("ISSN(022$a)" record matching rule).

Will resend patch again.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list