Interface: SearxngResultLike
Defined in: batteries/tools/web_retrieval/index.ts:117
Minimal structural shape of a SearXNG normalised result the converter reads.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
content? | string | Result snippet (joined into the inline content). | batteries/tools/web_retrieval/index.ts:123 |
score? | number | Relevance score (clamped to [0,1] on the record). | batteries/tools/web_retrieval/index.ts:125 |
title? | string | Result title (joined into the inline content). | batteries/tools/web_retrieval/index.ts:121 |
url? | string | Result URL (becomes the record's source). | batteries/tools/web_retrieval/index.ts:119 |