meilisearch-symfony
meilisearch-symfony copied to clipboard
Inconsistency of attribute name formatting in different settings
It seems that different settings require different formatting of attributes/properties when configuring:
As you can see, filterable and sortable attributes take camelCase names, but searchable attributes require snake_case naming.
Can we have them all in the same format (not that important which one, as long as it's consistent)? (Not sure if this qualifies as a bug or a feature request)
Or am I missing some detail?
Hi @mkilmanas, that's a good idea! But indeed is a feature request. In other framework integrations like rails, we manage these formatting questions by ourselves before sending them to Meili.