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

Add $count to childAttributes translator #6

Open
Nostradamos opened this issue Aug 22, 2017 · 0 comments
Open

Add $count to childAttributes translator #6

Nostradamos opened this issue Aug 22, 2017 · 0 comments

Comments

@Nostradamos
Copy link
Owner

Nostradamos commented Aug 22, 2017

Add a $count operator making following possible:
generationParents: {$count: {$gt: 4}}
generationParents: {$count: {$gte: 4}}
generationParents: {$count: {$lt: 4}}
generationParents: {$count: {$lte: 4}}
generationParents: {$count: {$eq 4}}
generationParents: {$count: {$neq: 4}}

And any combination of the $count sub operators. Shorthand should be an equal.

@Nostradamos Nostradamos added this to the P1 Refactor/Improvement milestone Aug 22, 2017
@Nostradamos Nostradamos changed the title add generationParents.length and add tests Add $length, $has to generationParents Sep 26, 2017
@Nostradamos Nostradamos added the p1 label Sep 26, 2017
@Nostradamos Nostradamos changed the title Add $length, $has to generationParents Add $count, $has to generationParents Sep 26, 2017
@Nostradamos Nostradamos changed the title Add $count, $has to generationParents Add $count to childAttributes translator Oct 14, 2017
@Nostradamos Nostradamos removed this from the P1 Refactor/Improvement milestone Oct 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant