Index LaneLive integration hub
OverviewProvidersDocs
Loading
Skip to Content
Index Lane DocsCLI + MCP
AppProvidersQuickstart
Search docs
  • Index
  • Demo
    • Introduction
    • Quickstart
      • Overview
      • Overview
      • Commands
      • Search
      • Access Rules
      • Overview
      • Auth Model
      • Tools
  • Providers
  • Index
  • Demo
    • Introduction
    • Quickstart
      • Overview
      • Overview
      • Commands
      • Search
      • Access Rules
      • Overview
      • Auth Model
      • Tools
  • Providers

On this page

  • Result shape
  • Ranking
  • Compact mode
  • Full mode
Question about this page?Edit this page
DocsCLISearch

Search

Index Lane search is live and provider-backed.

That means the backend does four things:

  1. fan out the query to connected providers
  2. use provider-native search behavior where available
  3. normalize the results into one shared shape
  4. apply lightweight ranking on top

Result shape

Every result preserves provenance so an agent can reason about where it came from.

Each hit includes:

  • provider
  • item id
  • item type
  • title
  • snippet
  • timestamp when available
  • account label when available
  • metadata

Ranking

The current ranking is intentionally lightweight.

It favors:

  • title match
  • body or snippet match
  • recency
  • native provider rank when the provider already returned ordered results

Compact mode

Compact mode is the default because it is the correct behavior for agent workflows.

You should not fetch the full body for every candidate up front.

Full mode

Use --full when you explicitly want larger excerpts inline.

Even then, prefer get for the single result you actually want to expand.

CommandsAccess Rules
Index Lane v1 docs