-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello,
I list some errors on documentation v2, could you please reply in this thread when you fixed with the value fixed for each ticket. I need it for kuzzleio/sdk-javascript#319.
I want also tell that returns type are not consistent, sometimes we have some fields, sometimes not. This is also highly coupled with Elastic Search, which will need a lot of refactor once you'll release another database driver.
You can use checkmark for each ticket progression.
Regards
Issues
- https://docs-v2.kuzzle.io/sdk-reference/js/6/index/delete/ return type incoherent with sample
- https://docs-v2.kuzzle.io/sdk-reference/js/6/index/refresh/
failed
orfail
? - https://docs-v2.kuzzle.io/sdk-reference/js/6/auth/get-my-rights/ Little graphical bug on
An `array<object containing:
andRights (`allowed
- https://docs-v2.kuzzle.io/sdk-reference/js/6/auth/login/ Error on type for
credentials
params. Alsologin (strategy, credentials, expiresIn)
should belogin (strategy, [credentials], [expiresIn])
because seems optional ? - https://docs-v2.kuzzle.io/sdk-reference/js/6/auth/validate-my-credentials/
credentials
param type and also [ ] if optional ? - https://docs-v2.kuzzle.io/sdk-reference/js/6/ms link broken
- https://docs-v2.kuzzle.io/sdk-reference/js/6/collection/create/
create (index, collection, mapping = null, [options])
mapping should be[mapping = null]
- https://docs-v2.kuzzle.io/sdk-reference/js/6/collection/get-specifications/ Doc format broken + example of specification ?
- https://docs-v2.kuzzle.io/sdk-reference/js/6/collection/search-specifications/ link to https://docs-v2.kuzzle.io/sdk-reference/js/6/essentials/search-result is broken.
- https://docs-v2.kuzzle.io/sdk-reference/js/6/collection/search-specifications/ scroll type must be
string
notnumber
("2d", "3w") - https://docs-v2.kuzzle.io/sdk-reference/js/6/collection/update-specifications/ doc broken - https://docs-v2.kuzzle.io/validation-reference/schema BROKEN LINK
- https://docs-v2.kuzzle.io/sdk-reference/js/6/document/create/ Semantic error, id is optional but not in
[ ]
and optional param is before required param, which is a semantic error. - https://docs-v2.kuzzle.io/sdk-reference/js/6/document/createOrReplace/ same semantic error with id.
- https://docs-v2.kuzzle.io/sdk-reference/js/6/document/delete/ « Optional document id » no thats not true.
- https://docs-v2.kuzzle.io/sdk-reference/js/6/document/deleteByQuery/ Query is optional in a deleteByQuery ?
- https://docs-v2.kuzzle.io/sdk-reference/js/6/document/mDelete/ incomplete resolve function with types.
- https://docs-v2.kuzzle.io/sdk-reference/js/6/document/mGet/ Is it always resolving with an object with key
hits
containing array of docs andtotal
? (not written in resolve paragraph but only in example. - https://docs-v2.kuzzle.io/sdk-reference/js/6/document/mUpdate/ Error while copy pasting method name.
- https://docs-v2.kuzzle.io/sdk-reference/js/6/document/replace/ No CSS on that page, also here return type give
result
key butcreate
andcreateOrReplace
return_source
- https://docs-v2.kuzzle.io/sdk-reference/js/6/document/search/ SearchResultObject not defined.
- https://docs-v2.kuzzle.io/sdk-reference/js/6/realtime/unsubscribe/ No resolve arguments doc.
- https://docs-v2.kuzzle.io/sdk-reference/js/6/server/now/ Timestamp returned is string or number ?
- https://docs-v2.kuzzle.io/sdk-reference/js/6/essentials/ Doc missing
lrenzetti
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working