Query.findAll()
doesn't use exclude
/excludeKeys
#1990
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
Uh oh!
There was an error while loading. Please reload this page.
New Issue Checklist
Issue Description
Hi!!
When using
findAll()
to execute a query, theexclude
parameter is omited.You can see here that
include
andselect
are copied from the localthis
toquery
, butexclude
is omitedParse-SDK-JS/src/ParseQuery.js
Lines 951 to 953 in 549b7b3
Not sure if it's the expected behaviour, if so, it should be documented.
Patch here : sadortun@2ee3d53
Steps to reproduce
side note:
q1.toJSON()
andq2.toJSON()
produce expected outputActual Outcome
Expected Outcome
Environment
Server
6.2.1
windows 🤡
local
Database
mongo
recent
local
Client
4.0.1
Logs
The text was updated successfully, but these errors were encountered: