## Search documents `client.search.execute(SearchExecuteParamsbody, RequestOptionsoptions?): SearchExecuteResponse` **post** `/v3/search` Search memories with advanced filtering ### Parameters - `body: SearchExecuteParams` - `q: string` Search query string - `categoriesFilter?: Array` DEPRECATED: Optional category filters - `chunkThreshold?: number` Threshold / sensitivity for chunk selection. 0 is least sensitive (returns most chunks, more results), 1 is most sensitive (returns lesser chunks, accurate results) - `containerTag?: string` Optional single container tag. Use this or containerTags. - `containerTags?: Array` Optional tags this search should be containerized by. This can be an ID for your user, a project ID, or any other identifier you wish to use to filter documents. - `docId?: string` Optional document ID to search within. You can use this to find chunks in a very large document. - `documentThreshold?: number` DEPRECATED: This field is no longer used in v3 search. The search now uses chunkThreshold only. This parameter will be ignored. - `filepath?: string` Filter search results by filepath. Exact match for full paths, prefix match if ending with / - `filters?: Or | And` Optional filters to apply to the search. Can be a JSON string or Query object. - `Or` - `OR: Array` Array of OR filter expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` Array of AND filter expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions or nested expressions - `UnionMember0` A single filter condition based on metadata, numeric values, array contents, or string matching - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `Or` - `OR: Array` OR: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `And` - `AND: Array` AND: Array of conditions - `key: string` - `value: string` - `filterType?: "metadata" | "numeric" | "array_contains" | "string_contains"` - `"metadata"` - `"numeric"` - `"array_contains"` - `"string_contains"` - `ignoreCase?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `negate?: boolean | "true" | "false"` - `boolean` - `"true" | "false"` - `"true"` - `"false"` - `numericOperator?: ">" | "<" | ">=" | 2 more` - `">"` - `"<"` - `">="` - `"<="` - `"="` - `includeFullDocs?: boolean` If true, include full document in the response. This is helpful if you want a chatbot to know the full context of the document. - `includeSummary?: boolean` If true, include document summary in the response. This is helpful if you want a chatbot to know the full context of the document. - `limit?: number` Maximum number of results to return - `onlyMatchingChunks?: boolean` If true, only return matching chunks without context. Normally, we send the previous and next chunk to provide more context for LLMs. If you only want the matching chunk, set this to true. - `rerank?: boolean` If true, rerank the results based on the query. This is helpful if you want to ensure the most relevant results are returned. - `rewriteQuery?: boolean` If true, rewrites the query to make it easier to find documents. This increases the latency by about 400ms ### Returns - `SearchExecuteResponse` - `results: Array` - `chunks: Array` Matching content chunks from the document - `content: string` Content of the matching chunk - `isRelevant: boolean` Whether this chunk is relevant to the query - `score: number` Similarity score for this chunk - `createdAt: string` Document creation date - `documentId: string` ID of the matching document - `metadata: Record | null` Document metadata - `score: number` Relevance score of the match - `title: string | null` Document title - `type: string | null` Document type - `updatedAt: string` Document last update date - `content?: string | null` Full document content (only included when includeFullDocs=true) - `summary?: string | null` Document summary - `timing: number` - `total: number` ### Example ```typescript import Supermemory from 'supermemory'; const client = new Supermemory({ apiKey: process.env['SUPERMEMORY_API_KEY'], // This is the default and can be omitted }); const response = await client.search.execute({ q: 'what are the API rate limits' }); console.log(response.results); ``` #### Response ```json { "results": [ { "chunks": [ { "content": "Rate limit headers are included in every response. Clients should implement exponential backoff when receiving 429 responses.", "isRelevant": true, "score": 0.85 } ], "createdAt": "1970-01-01T00:00:00.000Z", "documentId": "doc_xyz789", "metadata": { "source": "bar", "language": "bar" }, "score": 0.95, "title": "API Rate Limiting Policy", "type": "web", "updatedAt": "1970-01-01T00:00:00.000Z", "content": "Our API rate limits are 100 req/min on free and 1000 on pro. Clients should use exponential backoff on 429s.", "summary": "API rate limit policy: 100 req/min free, 1000 req/min pro." } ], "timing": 0, "total": 0 } ```