for heading to match other level 2s

Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
alicejw 2022-05-09 10:47:34 -07:00
parent 01e505b864
commit 6f4c75d023
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ You get back documents that match any of the terms.
}
```
### Terms lookup query (TLQ)
## Terms lookup query (TLQ)
Use a terms lookup query (TLQ) to retrieve multiple field values in a specific document within a specific index. Use the `terms` operation, and specify the index name, document Id and specify the field you want to look up with the `path` parameter.