Some types returned by task are not very clear #385
Locked
bidoubiwa
started this conversation in
Feedback & Feature Proposal
Replies: 3 comments 8 replies
-
I personally agree with these both points. Following the @bidoubiwa's ideas, I suggest
WDYT people? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Final decision then:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Following the v0.28 release, this discussion is now locked. We encourage you to create a new thread if needed. Thank you ✨ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
documentPartial
When using the route
PUT /indexes/x/documents
the type in the task isdocumentPartial
. While I understand that it makes sense in a developer environment (more even in a Rust environment where it is used and thus accurate), I don't think it is very clear for others.I understood it since I used it when doing some Rust, I'm not sure I would have understand it before.
Maybe something like:
documentUpdate
is more easy to understand.clearAll
When using
Delete /indexes/x/documents
it returnsclearAll
. It does not give a lot of context. It could be about other things than documentsBeta Was this translation helpful? Give feedback.
All reactions