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
2 changes: 1 addition & 1 deletion content/develop/ai/search-and-query/indexing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The result of each JSONPath expression is indexed and associated with a logical
You can use these attributes in queries.

{{% alert title="Note" color="info" %}}
Note: `attribute` is optional for [`FT.CREATE`]({{< relref "commands/ft.create/" >}}).
`attribute` is optional for [`FT.CREATE`]({{< relref "commands/ft.create/" >}}).
{{% /alert %}}

Use the following syntax to create a JSON index:
Expand Down
Loading