-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for condition token filter #3523
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
Conversation
7595ff3
to
71a07a5
Compare
@Mpdreamz - Looks like serialisation is falling over? |
71a07a5
to
19cb079
Compare
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.
LGTM. Left small comment about "filter"
public IScript Script { get; set; } | ||
|
||
/// <inheritdoc cref="IConditionTokenFilter.Filters" /> | ||
public IEnumerable<string> Filters { get; set; } |
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.
can this be a single filter or enumerable of filters?
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.
No, this does not allow inline token filter declarations only references.
I've only seen it being documented as an array of string.
* Add support for condition token filter elastic/elasticseach#31958 * fix failing unit tests * fix failing unit tests
* Add support for condition token filter elastic/elasticseach#31958 * fix failing unit tests * fix failing unit tests
* Add support for condition token filter elastic/elasticseach#31958 * fix failing unit tests * fix failing unit tests (cherry picked from commit a002b40)
* Add support for condition token filter elastic/elasticseach#31958 * fix failing unit tests * fix failing unit tests (cherry picked from commit a002b40)
elastic/elasticsearch#31958