Skip to content

[需求]能不能考虑让 matchesKeyInQuery 和 doesNotMatchKeyInQuery 支持基于 objectId 的 Pointer 查找? #621

@chessl

Description

@chessl

类似下面的查询,目前不支持,但 Parse 几年前就已实现:parse-community/parse-server#4346

classAQuery = new Parse.Query("ClassA");
classBQuery = new Parse.Query("ClassB");
classBQuery.notEqualTo("User", request.user);
classAQuery.matchesKeyInQuery("objectId", "ClassA", classBQuery);

同问如果没有办法添加这个功能的话有没有可以不在 Class 里添加新 Column 的解决办法呢?
Thanks!

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