Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ For more information on vector similarity syntax, see [Vector fields]({{< relref

## Index JSON objects

You cannot index JSON objects. If the JSONPath expression returns an object, it will be ignored.
You cannot index JSON objects. FT.CREATE will return an error if the JSONPath expression returns an object.

To index the contents of a JSON object, you need to index the individual elements within the object in separate attributes.

Expand Down