Bug 21762

Summary: ES: Is it possible to differentiate between any and anywhere?
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Searching - ElasticsearchAssignee: Bugs List <koha-bugs>
Status: CLOSED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P5 - low CC: nick
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8962
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Marcel de Rooy 2018-11-05 12:16:26 UTC
See also bug 8962 about differentiating any from anywhere in Zebra. Any would be the sum of all user defined indexes, and anywhere would really be all data.

Is this possible in Elastic Search ?
Comment 1 Nick Clemens (kidclamp) 2023-03-20 18:06:20 UTC
Yes, this works now if you use ElasticsearchMARCFormat = Searchable array

A keyword search right now uses all defined fields that are marked searchable

When you have records as a searchable array you also have the option tot search the entire record
Comment 2 Katrin Fischer 2023-04-16 00:28:22 UTC
Marcel, can this be closed with Nick's reply?
Comment 3 Marcel de Rooy 2023-04-17 12:51:46 UTC
(In reply to Katrin Fischer from comment #2)
> Marcel, can this be closed with Nick's reply?

Yes, it seems so.