[Koha-bugs] [Bug 25273] Elasticsearch Authority matching is returning too many results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 5 15:06:30 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25273

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off

--- Comment #6 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Changes to the test plan:


 1 - Start form a sample database
↓
 1 - Start form a sample database with ElasticSearch working

--

 3 - Place a heading for the broader term in a record
↓
 3 - Place a heading for the broader term in a record. e.g. Waterworks
       In 650$a, without the cataloguing authority plugin. We don't want
       the link created now.
       You need syspref BiblioAddsAuthorities => allow

--

 5 - Attempt to link the records
↓
 5 - Attempt to link the records
       misc/link_bibs_to_authorities.pl

--

 8 - refresh index settings (if using a custom file, remove 'match-heading')
↓
 8 - refresh index settings (if using a custom file, remove 'match-heading')
       You can reset mappings in the UI or run this:
       misc/search_tools/rebuild_elasticsearch.pl -v -d -r

--

Added step 12
12 - Run the tests
     prove t/db_dependent/Koha/SearchEngine/Elasticsearch.t

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


More information about the Koha-bugs mailing list