From 23862bc95d93f5676f1b782ce8bec8706b29c556 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 14 Jan 2025 06:44:03 -0800 Subject: [PATCH] RS: Fix typo in search code example --- .../search/scalable-query-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/search/scalable-query-best-practices.md b/content/operate/oss_and_stack/stack-with-enterprise/search/scalable-query-best-practices.md index be9fb986a2..49c1aac483 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/search/scalable-query-best-practices.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/search/scalable-query-best-practices.md @@ -93,7 +93,7 @@ Here's an improved query that follows best practices for vertical scaling: ```sh FT.AGGREGATE jsonidx:profiles '@t:[1299 1299]' - LOAD 6 id t nam" lastname loc ver + LOAD 6 id t name lastname loc ver LIMIT 0 10 DIALECT 3 ```