sevennow_suggest
Get 7NOW search-term completions for a partial query. Choose a vertical (convenience, restaurant, or global) to return relevant suggestions, such as 'chi' becoming 'chips ahoy' or 'chipotle'.
Instructions
Get 7NOW search-term suggestions. Returns search-term completions for a partial query, e.g. "chi" -> "chips ahoy", "chips", "chicken". No store is required. q must be at least 3 characters -- shorter values return a typed invalid-param error, matching upstream's own enforced minimum. vertical selects which search index to complete against, and the indexes are materially different rather than variations on one list: for "chi", convenience answers "chips ahoy, chips, chicken wings" while restaurant answers "chipotle, chinese food, chili". global is a sparse cross-vertical index -- many prefixes legitimately return no suggestions there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Partial search term, at least 3 characters. | |
| vertical | No | Which search index to complete against. One of: convenience, restaurant, global. Defaults to convenience. |