Skip to content

And Query constraints #546

Closed
Closed
@gaoljie

Description

@gaoljie

I tried to use 'and' query by following the guidance http://docs.parseplatform.org/js/guide/#and-ed-query-constraints
var mainQuery = Parse.Query.and( Parse.Query.or(age16Query, age18Query), Parse.Query.or(friends0Query, friends2Query) );

but it throws the error
vue.runtime.esm.js?23ec:1695 TypeError: __WEBPACK_IMPORTED_MODULE_1_parse___default.a.Query.and is not a function

and I did not find 'and' method in http://parseplatform.org/Parse-SDK-JS/api/v1.11.0/ either.

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