Fixed a typo

This commit is contained in:
Keith Chan 2021-05-25 09:59:45 -07:00 committed by GitHub
parent a29d654cee
commit 4967221f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ GET _search?q=speaker:queen
} }
``` ```
With querl DSL, however, you can include an HTTP request body to look for results more tailored to your needs. The following example shows how to search for `speaker` and `text_entry` fields that have a value of `QUEEN`. With query DSL, however, you can include an HTTP request body to look for results more tailored to your needs. The following example shows how to search for `speaker` and `text_entry` fields that have a value of `QUEEN`.
**Sample request** **Sample request**
```json ```json