-
-
Notifications
You must be signed in to change notification settings - Fork 172
Enhanced Search #1106
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
Enhanced Search #1106
Conversation
docs/source/rules.rst
Outdated
| same as picking any of one thing. | ||
|
|
||
| The search operator is very powerful, but more options for the ``condition`` parameter are | ||
| possible. At this point, only the ``any`` and ``all`` conditions are implemented, but |
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.
Thanks for the contribution (especially the corresponding st2 PR that has the new functionality). Just a minor comment on the documentation: given the addition of new conditions, then this statement below about only "any" and "all" will need updating.
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.
updated
9a0ad1d to
77831e4
Compare
|
@erceth Looks like CI is not happy about the |
…dded Criteria Tags. Added Single Payload Mode.
77831e4 to
e1a446e
Compare
|
Updated |
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.
Added documentation about any2any and all2any conditions on search. Added Criteria Tags. Added Single Payload Mode