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.
What you can search
- Service names —
payments-api,user-service - Endpoint paths —
/api/v1/users,POST /orders - Repository names —
acme-api,infra-services - Connection descriptions —
gRPC,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
| Shortcut | Action |
|---|---|
Cmd+K / Ctrl+K | Open search |
↑ / ↓ | Navigate results |
Enter | Go to selected result |
Esc | Close search |