You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance documentation to clarify support for nested object and array properties, including details on dotted-path filtering and indexing limitations. Update sections on property types, query capabilities, and examples for TypeScript and Rust to reflect the new features and best practices for handling nested structures. Ensure consistency across guides and improve user understanding of property handling in queries and mutations.
| Property value types | boolean, integer, float, string, bytes, typed primitive arrays, generic arrays, and objects|
16
+
| Nested structures |Stored object/array values are supported. Dotted-path lookup such as `metadata.externalID` works in scan-time filters, expressions, projections, `values`, filtered `valueMap`, and fallback ordering. Arrays are opaque; there is no array-index path syntax.|
17
17
| Reserved property keys |`$label` (used for label-based filtering and label-scoped secondary, vector, and text indexes) |
18
18
19
19
## Vector Indexes
@@ -32,7 +32,7 @@ fundamental architectural boundaries.
0 commit comments