descriptions to clarify how to use the terms lookup query

Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
alicejw 2022-05-09 10:23:28 -07:00
parent 8a1605e7e1
commit 9564a2cd45
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ You get back documents that match any of the terms.
### Terms lookup query (TQL)
Use a terms lookup query (TQL) 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 term you want to look up with the `path` parameter.
Use a terms lookup query (TQL) 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.
Parameter | Behavior
:--- | :---