fgis_search_document
Find literal case-insensitive text in a single public document, returning excerpts, offsets, and next_offset for more matches. Use read_document at the offset to read surrounding context.
Instructions
Find literal case-insensitive text within one public document, without a dataset. Whitespace matches across paragraph/cell boundaries. Returns excerpts, character offsets and next_offset for more matches. Use read_document at a returned offset to read the surrounding text. No semantic search, coefficient selection or inference. Check text_status before interpreting no matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| offset | No | ||
| source | No | normative | |
| context | No | ||
| document_guid | No | ||
| expected_sha256 | No |