store_search
Find records in a SOIL collection by requiring every query token to appear somewhere in a record's JSON. Returns matches with _id metadata; read-only and store-scoped.
Instructions
Full-text search one SOIL collection: the query is split on whitespace and EVERY token must appear somewhere in a record's JSON (AND logic, substring match). Returns matching records with _id metadata; an empty query returns []. Read-only; confined to your store_scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| app_id | Yes | ||
| collection | Yes |