Hi,
I am running into some casing issues:
- The data has camelCase and UpperCase values
i.e. "Biotin" VS "BIOTIN" - The UI (backend's product card) selects the proper value for both values
(in the screencast I don't show the product category field/value, but they are associated with "Biotin") - The Repository indexes them as different values, despite setting CaseInsensitivy as an Analyzer
Despite the fact that the data should be consistent, I would expect the repository to interpret both values as a single one. Is my assumption accurate? If not, is there anything I can do to get this working (without changing the data)?
Best Regards,
Nuno Aguiar