Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is total but no data #254

Closed
f4th4n opened this issue Aug 10, 2018 · 1 comment
Closed

There is total but no data #254

f4th4n opened this issue Aug 10, 2018 · 1 comment

Comments

@f4th4n
Copy link

f4th4n commented Aug 10, 2018

I have a 5 docs in collections. When I make request it will always return total 5 even if the request is already filtered, e.g /posts?name=something.

{
    "total": 5,
    "limit": 10,
    "skip": 0,
    "data": []
}

Working on feathers-mongoose version <= 6.1.2 but not working on version 6.1.3.

Environment:
Debian Jessie
Node 10
@feathersjs/[email protected]
[email protected]
[email protected]

@daffl
Copy link
Member

daffl commented Aug 10, 2018

This has been fixed in version 6.1.4

@daffl daffl closed this as completed Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants