[Koha-bugs] [Bug 24555] POC Elasticsearch - Use boolean queries instead of full text queries

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 6 15:24:29 CEST 2020


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

--- Comment #5 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 104419
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104419&action=edit
Bug 24555: Use 'cross_fields' type for multi_match queries

It allows to search in all fields as if it were one big field.

It also uses 'and' as operator, which means that all searched terms must
appear at least in one field for a document to match

https://www.elastic.co/guide/en/elasticsearch/reference/6.8/query-dsl-multi-match-query.html#type-cross-fields

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


More information about the Koha-bugs mailing list