Parse-SDK-JS icon indicating copy to clipboard operation
Parse-SDK-JS copied to clipboard

fix: Explain queries should always return as an array of results

Open cbaker6 opened this issue 4 years ago • 2 comments

Requires a server fix https://github.com/parse-community/parse-server/pull/7440. The discussion https://github.com/parse-community/parse-server/issues/7442 has more information.

  • [x] Add support for an array of objects when using find by updating testcases. This falls inline with the rest of query results
  • [x] Adds support to explain a first query which was previously not available in the JS SDK

cbaker6 avatar Jun 20 '21 23:06 cbaker6

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

I will reformat the title to use the proper commit message syntax.