浏览代码

Update api-conventions.asciidoc (#22439)

The example

```
/<logstash-{now/d-2d}>,<logstash-{now/d-1d}>,<logstash-{now/d}>/_search
```

shows escaped URL where `,  => %2C`, so I assume it should be escaped and be present in the table
Gytis Šk 8 年之前
父节点
当前提交
501a782131
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/reference/api-conventions.asciidoc

+ 1 - 0
docs/reference/api-conventions.asciidoc

@@ -118,6 +118,7 @@ The special characters used for date rounding must be URI encoded as follows:
 `|`:: `%7C`
 `|`:: `%7C`
 `+`:: `%2B`
 `+`:: `%2B`
 `:`:: `%3A`
 `:`:: `%3A`
+`,`:: `%2C`
 ======================================================
 ======================================================
 
 
 The following example shows different forms of date math index names and the final index names
 The following example shows different forms of date math index names and the final index names