For the complete documentation index, see llms.txt. This page is also available as Markdown.

SearchResultItem

Represents a single search result item.

type SearchResultItem {
  item: SearchItem
  score: Float
}

Fields

item ● SearchItem union

The item itself.

score ● Float scalar

The search match score.

Member Of

SearchResultItemEdge object

Last updated

Was this helpful?