[Koha-bugs] [Bug 23521] ES 6 - limit terms with many words can make the search inaccurate

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 29 17:06:58 CEST 2019


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

--- Comment #1 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Created attachment 92498
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92498&action=edit
Bug 23521: Put parentheses arround limit terms

Test plan:
  - Use Elasticsearch 6 (you'll need Bug 18969),
  - create a biblio (#1) with "Dillinger Girl" in author and what you
    want in title,
  - create another biblio (#2) with the word "girl" in the title and
    "Dillinger Escaplan" as author
  - reindex
  - search * and refine on "Dillinger Girl"
  - Ko => Biblio #1 and #2 appear
  - Apply this patch,
  - search * and refine on "Dillinger Girl"
  - Ok => anly biblio #1 appears
  - use Elasticsearch 5 again
  - check for no search regression

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


More information about the Koha-bugs mailing list