From b9ee4fee19a71a4bf83b64c3f5abe3b3b4ea91ef Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Fri, 28 Feb 2025 09:25:22 -0800 Subject: [PATCH] DEV: remove deprecation notice from FT.SUGADD and FT.SUGGET --- content/commands/ft.sugadd/index.md | 3 --- content/commands/ft.sugget/index.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/content/commands/ft.sugadd/index.md b/content/commands/ft.sugadd/index.md index 93a95bd7c1..9642cb1ab4 100644 --- a/content/commands/ft.sugadd/index.md +++ b/content/commands/ft.sugadd/index.md @@ -31,9 +31,6 @@ complexity: O(1) description: Adds a suggestion string to an auto-complete suggestion dictionary group: suggestion hidden: false -history: -- - 2.0.0 - - Deprecated `PAYLOAD` argument linkTitle: FT.SUGADD module: Search since: 1.0.0 diff --git a/content/commands/ft.sugget/index.md b/content/commands/ft.sugget/index.md index 4be776a65f..c10eb6793f 100644 --- a/content/commands/ft.sugget/index.md +++ b/content/commands/ft.sugget/index.md @@ -36,9 +36,6 @@ complexity: O(1) description: Gets completion suggestions for a prefix group: suggestion hidden: false -history: -- - 2.0.0 - - Deprecated `WITHPAYLOADS` argument linkTitle: FT.SUGGET module: Search since: 1.0.0