Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Conditions, like { name: null } , to query resources can't be used. #18

@zxh19890103

Description

@zxh19890103

Steps to reproduce

To fetch the data on server, I use the FIND method of service.
For example:
...service('dogs').find({ query: { name: null } }),
where I want to find all the dogs without name (the value of NAME field is NULL)

Expected behavior

Return all the dogs without name (NULL).

Actual behavior

ERROR !

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