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

filter.rb add LIKE operator #286

Merged
merged 3 commits into from
Aug 23, 2017

Conversation

tnewcomb-r7
Copy link
Contributor

filter.rb add LIKE operator

filter.rb add LIKE operator
@rapid7 rapid7 deleted a comment from houndci-bot Aug 22, 2017
@gschneider-r7
Copy link
Contributor

Can you also update the comment for the appropriate field(s) where the LIKE operator can be used?

filter.rb add NOT_LIKE
@@ -197,6 +197,8 @@ module Operator
DO_NOT_INCLUDE = 'DO_NOT_INCLUDE'
IS_APPLIED = 'IS_APPLIED'
IS_NOT_APPLIED = 'IS_NOT_APPLIED'
LIKE = 'LIKE'
NOT_LIKE = 'NOT_LIKE'

Choose a reason for hiding this comment

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

Freeze mutable objects assigned to constants.
Trailing whitespace detected.

adding comments for IP_ADDRESS
@rapid7 rapid7 deleted a comment from houndci-bot Aug 22, 2017
@rapid7 rapid7 deleted a comment from houndci-bot Aug 22, 2017
@sgreen-r7 sgreen-r7 merged commit b13ab1b into rapid7:master Aug 23, 2017
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.

4 participants