Skip to content

Constraints/Restrictions not working for LiveQuery #92

@noaker

Description

@noaker

Although it is mentioned in link below that the follow constraints work for LiveQuery, it doesn't.

  1. whereLessThan, whereGreaterThan, whereLessThanOrEqualTo, whereGreaterThanOrEqualTo
    parseQuery.whereLessThan("key", value);

  2. 2 equalTo constraints on 2 different keys
    query.whereEqualTo("keyA", parseObject1);
    query.whereEqualTo("keyB", parseObject2);

Link: https://github.com/parse-community/parse-server/wiki/Parse-LiveQuery-Protocol-Specification#subscribe-message

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions