From 99673dd6315d21ac81088d3c2a4e7be96575fd97 Mon Sep 17 00:00:00 2001 From: alicejw Date: Thu, 12 May 2022 16:00:01 -0700 Subject: [PATCH] for review comments Signed-off-by: alicejw --- _opensearch/query-dsl/full-text.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_opensearch/query-dsl/full-text.md b/_opensearch/query-dsl/full-text.md index a86fa48d..5614c01f 100644 --- a/_opensearch/query-dsl/full-text.md +++ b/_opensearch/query-dsl/full-text.md @@ -407,8 +407,6 @@ GET _search You can increase the specificity of your query by adding the following options. - - Option | Valid values | Description :--- | :--- | :--- `allow_leading_wildcard` | Boolean | Whether `*` and `?` are allowed as the first character of a search term. The default is true.