Bugzilla – Attachment 40724 Details for
Bug 14472
Wrong ISSN search index in record matching rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14472 - Wrong ISSN search index in record matching rules
0001-Added-Atomic-Update-to-fix-wrong-issn-search-index.patch (text/plain), 914 bytes, created by
Amit Gupta
on 2015-06-29 16:17:55 UTC
(
hide
)
Description:
Bug 14472 - Wrong ISSN search index in record matching rules
Filename:
MIME Type:
Creator:
Amit Gupta
Created:
2015-06-29 16:17:55 UTC
Size:
914 bytes
patch
obsolete
>From c0581c2e6c8d34faa8ba90e3f2d8b84fc2afe8ec Mon Sep 17 00:00:00 2001 >From: Amit Gupta <amit.gupta@informaticsglobal.com> >Date: Mon, 29 Jun 2015 21:41:01 +0530 >Subject: [PATCH 1/2] Added Atomic Update to fix wrong issn search index > >--- > ..._ISSN_search_index_in_record_matching_rules.sql | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_14472_Wrong_ISSN_search_index_in_record_matching_rules.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_14472_Wrong_ISSN_search_index_in_record_matching_rules.sql b/installer/data/mysql/atomicupdate/bug_14472_Wrong_ISSN_search_index_in_record_matching_rules.sql >new file mode 100644 >index 0000000..69878e6 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_14472_Wrong_ISSN_search_index_in_record_matching_rules.sql >@@ -0,0 +1 @@ >+UPDATE matchpoints SET search_index = 'issn' WHERE matcher_id = 2; >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14472
:
40721
|
40722
|
40724
|
40725
|
40801
|
40840
|
42256
|
42275
|
42276
|
42710