-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setting: "distinctAttribute" type inconsistency #273
Labels
enhancement
New feature or request
Comments
I'm working on a PR to properly define all settings config schema, but not sure when will finish it. |
Okay, thanks for letting me know. Shall I close this issue then? |
You can leave it open :) Also #256 is related |
Can I help to have this in the next release? |
Hello @Joepin8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When trying to set the "distinctAttribute" setting, the bundle expects an array, while the meili search setting object expects a string value.
Expected behavior
When setting a string in the bundle's config, the value's type should not result in a type error.
Current behavior
Either a type error is thrown by the bundle or through meili search.
Environment:
The text was updated successfully, but these errors were encountered: