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

Bug with chaining Request.filter #10

Open
mrdekk opened this issue Dec 21, 2016 · 1 comment
Open

Bug with chaining Request.filter #10

mrdekk opened this issue Dec 21, 2016 · 1 comment

Comments

@mrdekk
Copy link
Owner

mrdekk commented Dec 21, 2016

Request(...).filter(...).filter 

applies NSPredicate only from last filter, it is a bug. We should

  1. deny chaining .filter.filter
  2. add those chaning options
Request(...).filter(...).or(...)
Request(...).filter(...).and(...)

or and and

@mrdekk
Copy link
Owner Author

mrdekk commented Dec 21, 2016

connected a bit to #1

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