-
Notifications
You must be signed in to change notification settings - Fork 26
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
Improve object filtering #114
Improve object filtering #114
Conversation
Thanks Giuliano for this proposal, I think it makes sense. Would it be possible to add a test for the new functionality? I'd also move the documentation from the code to the README (under Linklist classes). |
Thank you very much for your review. |
d6533fc
to
d72200f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost ready :-)
d72200f
to
fa43049
Compare
Thanks a lot for your contribution! |
@claudep Thank you once again, it was a real pleasure to work with you 🙂 |
Sure, I'll prepare a new release soon. |
Released 1.9.1 |
Thank you for sharing this awesome app, it does a great job 🎉
This PR allows to pass a function in a linklist class to apply advanced filters like Subqueries, Q and F objects, etc
and solves #77 partially and can be combined with the current object filter options
Thanks in advance for your feedback