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\u003eThis document provides reference information for the \u003ccode\u003eFilter\u003c/code\u003e class within the Google Cloud Firestore API, specifically for version 3.9.0, including links to previous versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e class is an abstract holder for various types of filters used in Firestore queries and implements the \u003ccode\u003eIEquatable\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eIt includes static methods like \u003ccode\u003eAnd\u003c/code\u003e and \u003ccode\u003eOr\u003c/code\u003e for combining filters logically, as well as methods for comparing values using conditions like \u003ccode\u003eEqualTo\u003c/code\u003e, \u003ccode\u003eGreaterThan\u003c/code\u003e, \u003ccode\u003eLessThan\u003c/code\u003e, and \u003ccode\u003eNotEqualTo\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class also provides methods for filtering array fields, such as \u003ccode\u003eArrayContains\u003c/code\u003e, \u003ccode\u003eArrayContainsAny\u003c/code\u003e, \u003ccode\u003eInArray\u003c/code\u003e, and \u003ccode\u003eNotInArray\u003c/code\u003e, allowing queries to target documents with arrays that contain specific values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e class offers methods to work with \u003ccode\u003eFieldPath\u003c/code\u003e objects or string representations of field paths.\u003c/p\u003e\n"]]],[],null,[]]