1
0
Эх сурвалжийг харах

Docs: Update query-string-syntax.asciidoc

Closes #6253
babeya 11 жил өмнө
parent
commit
81a83aab22

+ 2 - 2
docs/reference/query-dsl/queries/query-string-syntax.asciidoc

@@ -135,7 +135,7 @@ curly brackets `{min TO max}`.
 
 * All days in 2012:
 
-    date:[2012/01/01 TO 2012/12/31]
+    date:[2012-01-01 TO 2012-12-31]
 
 * Numbers 1..5
 
@@ -151,7 +151,7 @@ curly brackets `{min TO max}`.
 
 * Dates before 2012
 
-    date:{* TO 2012/01/01}
+    date:{* TO 2012-01-01}
 
 Curly and square brackets can be combined: