Issue Description:
I’m facing an issue with Meilisearch related to product SKUs that start with leading zeros (e.g., 04433). When I index products, Meilisearch stores the SKU as 4433 instead of 04433. Because of this, when a user searches with the actual SKU (04433), no product is found.
I’ve already tried saving the SKU as a string, but Meilisearch still strips the leading zeros and saves it as a number.
Request:
How can I configure Meilisearch so that SKUs are always stored and searchable as strings, preserving leading zeros?