We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
documentEdition
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
The documentEdition task type is not documented in the API reference: https://www.meilisearch.com/docs/reference/api/tasks#type
However, it appears the API can return it, as evidenced in these PHP SDK tests. Here why the test is failing:
The text was updated successfully, but these errors were encountered:
Good to note also that this type can only be returned when the experimental feature has been enabled
Sorry, something went wrong.
Thanks for opening this issue. I'll sneak it in with the v1.15 updates, since I'm already adding another task type.
Successfully merging a pull request may close this issue.
The
documentEdition
task type is not documented in the API reference: https://www.meilisearch.com/docs/reference/api/tasks#typeHowever, it appears the API can return it, as evidenced in these PHP SDK tests. Here why the test is failing:
documentEdition
typedocumentEdition
type is not expected (we designed the SDK based on the docs), it throws an errorThe text was updated successfully, but these errors were encountered: