arcanon

Search

Find services, endpoints, and connections across your org.

Overview

The search bar (Cmd+K / Ctrl+K) provides hybrid search across all services, endpoints, and connections in your org. Results combine keyword matching with semantic search for better relevance.

  • Service namespayments-api, user-service
  • Endpoint paths/api/v1/users, POST /orders
  • Repository namesacme-api, infra-services
  • Connection descriptionsgRPC, REST, queue

Search modes

Hybrid (default)

Combines PostgreSQL full-text search (keyword matching) with vector similarity search (semantic understanding). Weights: 40% keyword + 60% semantic.

Keyword-only (fallback)

When the embedding API is unavailable, search automatically falls back to keyword-only mode using PostgreSQL FTS. Results are ranked by FTS relevance score. The fallback is transparent — no error is shown to the user.

Click-through feedback

Search quality improves over time. When you click a search result, an anonymous click-through event is recorded (query, result rank, timestamp) for future relevance tuning. No personal data is stored.

Keyboard shortcuts

ShortcutAction
Cmd+K / Ctrl+KOpen search
/ Navigate results
EnterGo to selected result
EscClose search

On this page