public static Filter ArrayContainsAny(FieldPath fieldPath, IEnumerable values)
Returns a filter specifying that fieldPath must be
a field present in the document, with a value which is an array containing at least one value in values.
public static Filter ArrayContainsAny(string fieldPath, IEnumerable values)
Returns a filter specifying that fieldPath must be
a field present in the document, with a value which is an array containing at least one value in values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e class in the Firestore API serves as an abstract base for various filter types, used for querying data.\u003c/p\u003e\n"],["\u003cp\u003eThe API offers a variety of static methods to create different types of filters, including \u003ccode\u003eAnd\u003c/code\u003e, \u003ccode\u003eOr\u003c/code\u003e, \u003ccode\u003eEqualTo\u003c/code\u003e, \u003ccode\u003eGreaterThan\u003c/code\u003e, \u003ccode\u003eLessThan\u003c/code\u003e, \u003ccode\u003eArrayContains\u003c/code\u003e, and more, which are all accessible through the \u003ccode\u003eFilter\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFilter\u003c/code\u003e methods support both \u003ccode\u003eFieldPath\u003c/code\u003e and \u003ccode\u003estring\u003c/code\u003e types for field path specification, enhancing flexibility in query construction.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnd\u003c/code\u003e and \u003ccode\u003eOr\u003c/code\u003e methods allow the creation of composite filters by logically combining multiple filters together.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFilter\u003c/code\u003e implements \u003ccode\u003eIEquatable<Filter>\u003c/code\u003e which means that instances can be compared for equality.\u003c/p\u003e\n"]]],[],null,[]]