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

Adding some not equal filters #1559

Merged
merged 1 commit into from Feb 11, 2020
Merged

Adding some not equal filters #1559

merged 1 commit into from Feb 11, 2020

Conversation

daviddavis
Copy link
Contributor

@daviddavis daviddavis commented Dec 11, 2019

fixes #5854

Required PR: pulp/pulpcore#452

@daviddavis
Copy link
Contributor Author

This depends on a pulpcore commit which will not be in pulpcore 3.0 so this change cannot be cherry-picked into pulp_rpm 3.0.

'status': ['exact', 'in'],
'severity': ['exact', 'in'],
'type': ['exact', 'in'],
'id': ['exact', 'in', 'ne'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Random rant: I am not convinced, you should ever do a ne lookup on id...

Second thought: A 'not in' like filter could be interesting for 'status' and 'severity'.

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

Successfully merging this pull request may close these issues.

None yet

4 participants