Skip to content

Commit

Permalink
fixing typo in datehistogram-aggregation.asciidoc (#26924)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaulzorea authored and bleskes committed Oct 8, 2017
1 parent 377a43c commit 4d6a5b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ POST /sales/_search?size=0

There are some cases where date histogram can't help us, like for example, when we need
to aggregate the results by day of the week.
In this case to overcame the problem, we can use a script that returns the day of the week:
In this case to overcome the problem, we can use a script that returns the day of the week:


[source,js]
Expand Down

0 comments on commit 4d6a5b1

Please sign in to comment.