Skip to content

Commit 9506e3f

Browse files
committed
[DOCS] Escape commas in deprecated[] for Asciidoctor migration (#41598)
1 parent d329186 commit 9506e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/params/boost.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ POST _search
6464
// CONSOLE
6565

6666

67-
deprecated[5.0.0, index time boost is deprecated. Instead, the field mapping boost is applied at query time. For indices created before 5.0.0 the boost will still be applied at index time.]
67+
deprecated[5.0.0, "Index time boost is deprecated. Instead, the field mapping boost is applied at query time. For indices created before 5.0.0, the boost will still be applied at index time."]
6868
[WARNING]
6969
.Why index time boosting is a bad idea
7070
==================================================

0 commit comments

Comments
 (0)