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 latest version of the Firestore API class Filter is 3.10.0, with a comprehensive history of versions listed from 2.3.1 to the current release.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e class serves as an abstract holder for various types of filters in the Firestore API, and it implements the \u003ccode\u003eIEquatable<Filter>\u003c/code\u003e interface, allowing for equality comparisons.\u003c/p\u003e\n"],["\u003cp\u003eThis API enables the creation of both composite "AND" and "OR" filters, allowing for complex filtering logic by combining multiple filters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e class offers a variety of methods for filtering data, including \u003ccode\u003eArrayContains\u003c/code\u003e, \u003ccode\u003eEqualTo\u003c/code\u003e, \u003ccode\u003eGreaterThan\u003c/code\u003e, \u003ccode\u003eLessThan\u003c/code\u003e, and their variations, allowing for detailed control over query results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e class supports filtering based on both \u003ccode\u003eFieldPath\u003c/code\u003e and string representations of field paths, providing flexibility in how fields are referenced.\u003c/p\u003e\n"]]],[],null,[]]