From 7a21866340212ee19ebfe1f3605a8e295a6315f9 Mon Sep 17 00:00:00 2001 From: Ignacio Sambrailo <105213331+IgnacioSambrailo@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:19:34 -0300 Subject: [PATCH] Update note on 'attribute' in JSON index creation Deleted word "Note:" as it is being displayed twice, because the alert tittle already includes "Note:" --- content/develop/ai/search-and-query/indexing/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/ai/search-and-query/indexing/_index.md b/content/develop/ai/search-and-query/indexing/_index.md index 59d72cce7e..9525cc2adf 100644 --- a/content/develop/ai/search-and-query/indexing/_index.md +++ b/content/develop/ai/search-and-query/indexing/_index.md @@ -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: