Skip to content

Commit

Permalink
Corrects typo in sub headline (elasticsearch-cn#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabu3082 authored and polyfractal committed Apr 15, 2016
1 parent 19a8e5a commit 0d8cdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 300_Aggregations/45_filtering.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ operates in the context of the query scope, any filter applied to the query
will also apply to the aggregation.

[float="true"]
=== Filtering Queres
=== Filtering Queries
If we want to find all cars over $10,000 and also calculate the average price
for those cars,((("filtering", "serch query results")))((("filtering query")))
((("queries"))) we can use a `constant_score` query and its `filter` clause:
Expand Down

0 comments on commit 0d8cdc2

Please sign in to comment.