Skip to main content

SearchCells

Convenience wrapper over QueryCells for backward compatibility. Returns []CellSearchResult sorted by score; each result includes a Coord for use as a context-pack seed.
For ExcludeTags, SortBy, Explain, or temporal filters, use QueryCells directly.

CellSearchConfig fields

Content search scoring

CellSearchResult

Each result’s Cell.Coord can be used as a seed for context assembly.

Multi-seed context assembly

A seed is a Coord — the centre point of a ring-walk expansion. SearchCells returns CellSearchResult values each carrying a Coord; those coords are the seeds passed to the assembly APIs, which expand each matched location’s neighbourhood into context. One query → N matched coords → N seeds → one merged ContextPack.

See also

  • Query — Full query engine with more options
  • Context — Context assembly from seeds