From 501a78213153832ded826aa9cf2ac46b158ab8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gytis=20=C5=A0k?= Date: Tue, 10 Jan 2017 18:59:14 +0200 Subject: [PATCH] Update api-conventions.asciidoc (#22439) The example ``` /,,/_search ``` shows escaped URL where `, => %2C`, so I assume it should be escaped and be present in the table --- docs/reference/api-conventions.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/api-conventions.asciidoc b/docs/reference/api-conventions.asciidoc index ef0b8f37958..efec2efe1a4 100644 --- a/docs/reference/api-conventions.asciidoc +++ b/docs/reference/api-conventions.asciidoc @@ -118,6 +118,7 @@ The special characters used for date rounding must be URI encoded as follows: `|`:: `%7C` `+`:: `%2B` `:`:: `%3A` +`,`:: `%2C` ====================================================== The following example shows different forms of date math index names and the final index names