[DOCS] Escape commas in deprecated[] for Asciidoctor migration (#41598)

This commit is contained in:
James Rodewig 2019-04-30 15:50:52 -04:00
parent d329186972
commit 9506e3f1c5
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ POST _search
// CONSOLE
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.]
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."]
[WARNING]
.Why index time boosting is a bad idea
==================================================