Skip to content

Commit e6ac845

Browse files
committed
[DOCS] Fix Context Suggester deprecated macro for Asciidoctor (#42407)
1 parent e6598df commit e6ac845

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/search/suggesters/context-suggest.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ Every context mapping has a unique name and a type. There are two types: `catego
1313
and `geo`. Context mappings are configured under the `contexts` parameter in
1414
the field mapping.
1515

16+
ifdef::asciidoctor[]
17+
deprecated:[6.4.0, "Indexing and querying without context on a context enabled completion field is deprecated and will be removed in the next major release."]
18+
endif::[]
19+
ifndef::asciidoctor[]
1620
deprecated[6.4.0, Indexing and querying without context on a context enabled completion
1721
field is deprecated and will be removed in the next major release.]
22+
endif::[]
1823

1924
The following defines types, each with two context mappings for a completion
2025
field:

0 commit comments

Comments
 (0)