Skip to content

Commit 637dfc7

Browse files
committed
DEV: fix bug on indexing page
1 parent 21d5cf5 commit 637dfc7

File tree

1 file changed

+1
-1
lines changed
  • content/develop/interact/search-and-query/indexing

1 file changed

+1
-1
lines changed

content/develop/interact/search-and-query/indexing/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ For more information on vector similarity syntax, see [Vector fields]({{< relref
382382

383383
## Index JSON objects
384384

385-
You cannot index JSON objects. If the JSONPath expression returns an object, it will be ignored.
385+
You cannot index JSON objects. If the JSONPath expression returns an object, an indexing error will be returned.
386386

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

0 commit comments

Comments
 (0)