Skip to content

22.4.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 19 Feb 12:46
· 3 commits to main since this release
068e1aa

What's Changed

  • Added Query.containsAny(attribute, value[]) to filter resources where the attribute contains any of the given values.
  • Added Query.containsAll(attribute, value[]) to filter resources where the attribute contains all of the given values.
  • Updated Query.contains documentation to clarify behavior: string attributes are matched by substring, and for array attributes use containsAny/containsAll.

Full Changelog: 22.3.1...22.4.0