Bug 18131: ES - Fix matching staged records - Authority
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 23 Mar 2017 17:44:54 +0000 (14:44 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sun, 26 Nov 2017 15:59:51 +0000 (12:59 -0300)
commit4ebb0bbb180f54f216dc90d522223de21a0d227e
treee6157779f536cb0a29b46674b10183b17d45c7e2
parenteed1c91c8f4ca6a836d31f081d4d91289cc27fa2
Bug 18131: ES - Fix matching staged records - Authority

Occurrences of C4::AuthoritiesMarc::SearchAuthorities must be replaced
by search_auth_compat.

You need to define the search index of matching rule with one of the
values defined in %koha_to_index_name (from
Koha::SearchEngine::Elasticsearch::QueryBuilder::build_authorities_query_compat)

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Matcher.pm