-
Notifications
You must be signed in to change notification settings - Fork 40
Filtering collections isn't working properly #569
Comments
Doing |
Hi @msl-kabo , thanks for reporting this, I can confirm the same bug. It seems that we aren't actually respecting the We'll get this fixed, my apologies for the frustrations. |
Turns out it was actually not a bug per se. Instead, the documentation was incorrect. We were using PR #570 updates Please note that this is a breaking change in the interface, however. |
Code:
Output:
I would expect
err
to beundefined
andmemberships
to contain the two first memberships. Documentation: https://docs.stormpath.com/nodejs/jsdoc/CollectionResource.html#filter__anchorUsing stormpath 0.18.5 on node 6.9.1.
The text was updated successfully, but these errors were encountered: