[Koha-bugs] [Bug 22258] Elasticsearch - full record is not indexed in plain text

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 9 13:08:57 CEST 2019


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

--- Comment #17 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Alex Arnaud from comment #16)
> All is working here and i don't have any QA warning.
> 
> But i have concerns about Bug 20589. This last disable searching on _all and
> could make this one useless. Am i right ?
> 
> if (yes) {
>     Ere, David: Is there something planned to build these 2 bugs together ?
> }

Bug 20589 allows for specifying whether a specific field will be included in a
keyword search, so it removes _all but preserve functionality

This patch just extends the formats allowed for storing marc in the
'marc_record' field of the ES document so will work well with 20589. This would
actually allow for querying the full record if desired, and then 20589 would
allow excluding it from general searches to not affect relevancy

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


More information about the Koha-bugs mailing list