Skip to content

Commit 716df86

Browse files
fix: move title from h3 to h2
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
1 parent f02003b commit 716df86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/elasticsearch-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Given that the collection endpoint is `/tweets`, you can filter tweets by messag
121121

122122
`/tweets?message=Hello%20World` will return all tweets that match the text `Hello World`.
123123

124-
### Term Filter
124+
## Term Filter
125125

126126
The term filter allows us to find resources that contain the exact specified
127127
[terms](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-term-query.html).

0 commit comments

Comments
 (0)