[Koha-bugs] [Bug 20589] Add field boosting and use elastic query fields parameter instead of deprecated _all

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 10 14:03:20 CEST 2019


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

--- Comment #37 from David Gustafsson <glasklas at gmail.com> ---
@Alex Arnaud

Thanks for the comments.
Regarding the query "(publisher:autrement OR jean)" I think it should be
written as "publisher:(autrement OR jean)" to get the results you want. Also,
surrounding parentheses can be left out of all the queries. They are only
needed if you need to group sub-expressions. I don't think that Koha should try
to reduce the field-list by parsing the query, this greatly increases
complexity without any real  benefit.

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


More information about the Koha-bugs mailing list