We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature Request
TheHive query allows two operators that TheHive4Py doesn't support. The idea is to add support to these two operators: like and wildcard
like
wildcard
Supported formats:
{"_like", {"_field":"title", "_value":"value"}} {"_wildcard", {"_field":"title", "_value":"value*"}} {"_wildcard", {"_field":"title", "_value":"*value*"}} {"_wildcard", {"_field":"title", "_value":"*value"}}
The text was updated successfully, but these errors were encountered:
#149 Add support to _like and _wildcard operators
9f8aac7
nadouani
No branches or pull requests
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
andwildcard
Supported formats:
The text was updated successfully, but these errors were encountered: