furl_search
Find stored originals by searching for a remembered substring of their content. Returns matching hashes with preview, timestamp, and size.
Instructions
Find stored originals by a case-insensitive SUBSTRING of their content — for when you lost a <ccr:HASH> marker but remember some of the text. Returns per hit: hash, a short preview around the match, created-at, and size (characters), newest first. Substring only (NOT a regex). Then call furl_retrieve with a returned hash for the full original.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max hits to return (default 20, capped at 100). | |
| query | Yes | Non-empty substring to look for (case-insensitive). Matched literally — not a regex. |