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 a foundational element for creating various types of filters to refine data queries.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.10.0 is the latest version of the Google Cloud Firestore API, with a history of versions dating back to 2.3.1 that are also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e class supports logical AND and OR operations, enabling the combination of multiple filters for complex query conditions.\u003c/p\u003e\n"],["\u003cp\u003eThis API provides methods for array-based filtering, including \u003ccode\u003eArrayContains\u003c/code\u003e, \u003ccode\u003eArrayContainsAny\u003c/code\u003e, \u003ccode\u003eInArray\u003c/code\u003e, and \u003ccode\u003eNotInArray\u003c/code\u003e, all of which check if a specified field contains specific values or sets of values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e class offers methods such as \u003ccode\u003eEqualTo\u003c/code\u003e, \u003ccode\u003eNotEqualTo\u003c/code\u003e, \u003ccode\u003eGreaterThan\u003c/code\u003e, \u003ccode\u003eGreaterThanOrEqualTo\u003c/code\u003e, \u003ccode\u003eLessThan\u003c/code\u003e, and \u003ccode\u003eLessThanOrEqualTo\u003c/code\u003e to compare field values against specified criteria.\u003c/p\u003e\n"]]],[],null,[]]