Closed jsoriano closed 2 months ago
Add a new option similar to numeric_keyword_fields, that allows to indicate fields with numeric types that can accept string values if they can be parsed as numbers.
numeric_keyword_fields
Find implementation in https://github.com/elastic/elastic-package/pull/2065.
This is needed to introduce validation on fields that were not being tested, without needing to modify the existing functionality (https://github.com/elastic/elastic-package/pull/2054).
test/packages
spec/changelog.yml
cc @jsoriano
What does this PR do?
Add a new option similar to
numeric_keyword_fields
, that allows to indicate fields with numeric types that can accept string values if they can be parsed as numbers.Find implementation in https://github.com/elastic/elastic-package/pull/2065.
Why is it important?
This is needed to introduce validation on fields that were not being tested, without needing to modify the existing functionality (https://github.com/elastic/elastic-package/pull/2054).
Checklist
test/packages
that prove my change is effective.spec/changelog.yml
.Related issues