diff --git a/content/develop/interact/search-and-query/indexing/_index.md b/content/develop/interact/search-and-query/indexing/_index.md index d8845e10ea..36e692f398 100644 --- a/content/develop/interact/search-and-query/indexing/_index.md +++ b/content/develop/interact/search-and-query/indexing/_index.md @@ -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.