Skip to content

Use the chainable api on the documentation #39

@jscMR

Description

@jscMR

collection.page(1)
.pageParam(5, 10)
.in('name', 'test')
.elemMatch('name', 'test')
.ne('name', 'test')
.lte('name', 'test')
.lt('name', 'test')
.gte('name', 'test')
.all('name', 'test')
.eq('name', 'test')
.gt('name', 'test')
.like('name', 'test')
.desc('field')
.get({
dataType: 'application/json'
});

This is way better than the actual way of using queries.

Also add examples with dates on the filters. To show what formats it does allow

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