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

Add support to like and wildcard operators #149

Closed
2 tasks done
nadouani opened this issue May 12, 2020 · 0 comments
Closed
2 tasks done

Add support to like and wildcard operators #149

nadouani opened this issue May 12, 2020 · 0 comments
Assignees
Milestone

Comments

@nadouani
Copy link
Contributor

nadouani commented May 12, 2020

Request Type

Feature Request

Problem Description

TheHive query allows two operators that TheHive4Py doesn't support. The idea is to add support to these two operators: like and wildcard

Supported formats:

{"_like", {"_field":"title", "_value":"value"}}
{"_wildcard", {"_field":"title", "_value":"value*"}}
{"_wildcard", {"_field":"title", "_value":"*value*"}}
{"_wildcard", {"_field":"title", "_value":"*value"}}
  • Implement the feature
  • Add unit tests
@nadouani nadouani added this to the 1.7.0 milestone May 12, 2020
@nadouani nadouani self-assigned this May 12, 2020
@nadouani nadouani reopened this May 24, 2020
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