You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AndSearchFilter:
docs: |
A SearchFilter used to combine multiple SearchFilters.
A row satisfies this SearchFilter if and only if it satisfies all combined SearchFilters.
alias: set<SearchFilter>
And we have enabled the nonNullCollections flag to enforce that the set cannot contain null entries. However, this is not being enforced.
What did you want to happen?
Constructing the AndSearchFilter with a set containing null should fail.
The text was updated successfully, but these errors were encountered:
What happened?
We have the following conjure type:
And we have enabled the
nonNullCollections
flag to enforce that the set cannot containnull
entries. However, this is not being enforced.What did you want to happen?
Constructing the
AndSearchFilter
with a set containingnull
should fail.The text was updated successfully, but these errors were encountered: