Skip to content
1 min read · 106 words

Interface: SearxngResultLike

Defined in: batteries/tools/web_retrieval/index.ts:117

Minimal structural shape of a SearXNG normalised result the converter reads.

Properties

PropertyTypeDescriptionDefined in
content?stringResult snippet (joined into the inline content).batteries/tools/web_retrieval/index.ts:123
score?numberRelevance score (clamped to [0,1] on the record).batteries/tools/web_retrieval/index.ts:125
title?stringResult title (joined into the inline content).batteries/tools/web_retrieval/index.ts:121
url?stringResult URL (becomes the record's source).batteries/tools/web_retrieval/index.ts:119