store_search_all
Search across all visible SOIL collections using token-AND matching. Paginated results include the source collection for each match, so use when the collection is unknown.
Instructions
Token-AND search across every SOIL collection you can see — all of them,
or only your manifest's store_scope if one is set. Each hit carries a
_collection field naming where it was found. Paginated: returns
{items, next_cursor} — pass the returned next_cursor as cursor
to fetch the next page. Use when you don't know which collection holds
the data; prefer store_search when you do. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| app_id | Yes | ||
| cursor | No |