Closed Aschen closed 5 years ago
I find an inconsistency between the API documentation and the actual response from Kuzzle. Controller: document Action: deleteByQuery
document
deleteByQuery
Matching ids should be returned in response.result.hits
response.result.hits
Matching ids are returned in response.result.ids
response.result.ids
response.result
node v9.8.0 kuzzle v1.2.9
Will be part of API redesign in v3
I find an inconsistency between the API documentation and the actual response from Kuzzle.
Controller:
document
Action:deleteByQuery
Expected Behavior
Matching ids should be returned in
response.result.hits
Current Behavior
Matching ids are returned in
response.result.ids
Possible Solution
Steps to Reproduce
response.result
Context (Environment)
node v9.8.0 kuzzle v1.2.9