Closed bechbd closed 2 months ago
I think the solution here could be something like this:
key_normalization
and property_normalization
fields and deprecate normalization
. key_normalization
to be what normalization
currently is.property_normalization
be blank. normalization
is set, then apply it to both taking precedence.normalization
and one of key_normalization
or property_normalization
. This issue has been resolved and will be released with 0.13.
Describe the bug All the string properties are being lowercased due to the
do_lowercase_strings
normalization being appliedTo Reproduce Given the configuration below:
All the
name
properties are being lowercased due to thedo_lowercase_strings
normalization being applied. This is an unexpected behavior from a CX perspective.Expected behavior The string values are not changed
Additional context This also happens to
key
properties but I see the logic here in lowercasing all key values, to ensure consistency in key lookups so that does not need to change.