Skip to content
Snippets Groups Projects
Commit c319efab authored by Aivaras Gotovskis's avatar Aivaras Gotovskis
Browse files

Fix typo.

parent e921b5d5
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ Unlike `Query`, when we add a `Filter` with our DSL library it will add a query ...@@ -69,7 +69,7 @@ Unlike `Query`, when we add a `Filter` with our DSL library it will add a query
} }
``` ```
### Multpile queries and filters ### Multiple queries and filters
As you know there is possible to use multiple filters and queries in elasticsearch. No problem, if you have several filters just add it to the search. `ElasticsearchDSL` will form a `Bool` query or filter for you when you add more than one. As you know there is possible to use multiple filters and queries in elasticsearch. No problem, if you have several filters just add it to the search. `ElasticsearchDSL` will form a `Bool` query or filter for you when you add more than one.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment