for heading to match other level 2s
Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
parent
01e505b864
commit
6f4c75d023
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue