fix(elasticsearch): support fieldMultiValueLeniency for array columns - #723
fix(elasticsearch): support fieldMultiValueLeniency for array columns#723nktnet1 wants to merge 2 commits into
Conversation
a4f2b84 to
7cb5115
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Verified against the pinned images, not just the fixtures, and it holds. On Elasticsearch 9.1.4 Scoping it to Elasticsearch is right, and now measured: OpenSearch 3.8.0 returns the whole array for the same index with no error, so the fork has nothing to fix here. Two things before it lands.
Minor: the neighbouring spec members state every disagreement outright ( |
Description
Enable fieldMultiValueLeniency.
Note that with this option enabled, for array fields, only one value is returned. This is a limitation outlined here:
Type of Change
Related Issue
Resolves #722
Changes Made
Testing
Test Environment
Checklist