Skip to content

.fields() doesn't work on ParseLiveQuery JS #1184

@dblythy

Description

@dblythy

Not sure if this is an issue with Parse Server, or the JS SDK.

However, ParseLiveQuery server states:

subscriptionInfo.fields = request.query.fields

Yet I could not find any way to set .fields on the request query.

I presume .select is intended for this, however I don't think ParseQuery ever passes .select() to .fields.

My workaround for JS was to set query.fields = [''].

Happy to work on a PR if need be!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions