[Koha-bugs] [Bug 22295] Elasticsearch - Advanced search should group terms entered in a single input

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 3 16:35:43 CEST 2019


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

--- Comment #4 from Michal Denar <black23 at gmail.com> ---
Created attachment 87361
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87361&action=edit
Bug 22295: Make Elasticsearch query builder group multi-term queries

Test plan:

1. Do an advanced search for
Title = new
AND
Title = york
2. Verify that the results match an advanced search for:
Title = new york
3. Verify that tests in t/db_dependent/Koha/SearchEngine/Elasticsearch still
pass

Signed-off-by: Michal Denar <black23 at gmail.com>

Signed-off-by: Michal Denar <black23 at gmail.com>

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


More information about the Koha-bugs mailing list