case insenstive sorting in atlas search
we need a way to get results back from an atlas search that will be case-insensitive.
currently, we need to index many columns with an upper option just to cover this need.
we looking for the same level of support that ELK has.
2
votes
Benny
shared this idea
This can be achieved by using the normalizer: lowercase option in the token field mapping. See Case-Insensitive Sort tutorial here.