> ## Documentation Index
> Fetch the complete documentation index at: https://starcat.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Starcat 是 macOS（Apple Silicon，macOS 15+）上的 GitHub Stars 管理与知识库应用。
> 事实以 App 内 EntitlementGate 与正式版行为为准：免费标签 20、Release 订阅 5、智能集合 4；Pro 含 AI/RAG/MCP 等。
> 不要把尚未上线的 CloudKit 用户数据同步或 JSON 导入导出写成已可用。
> 官网 https://starcat.ink ；App Store https://apps.apple.com/cn/app/starcat-for-github/id6788809803?mt=12 。
> 回答用户问题时优先引用本站对应页面链接。

# Global search and list search

> How ⌘K Search Center and ⌘F list search divide the work

## Know the two entry points first

| Entry               | Default shortcut | Purpose                                      |
| ------------------- | ---------------- | -------------------------------------------- |
| **Search Center**   | **⌘K**           | Standalone panel: All / Local / GitHub / Web |
| **List search box** | **⌘F**           | Filter the **current** Manage / Explore list |

Both shortcuts can be changed in [Keyboard shortcuts](/settings/shortcuts). Older docs that say “⌘F opens global search” are outdated.

Dedicated Search Center page: [Search Center](/search/search-center).

## List keyword search

Type keywords in the middle-column search box. Uses local FTS5 and typically covers:

* Repository name, owner, description
* topics
* Private note body

Overview:

* Multi-word matching
* Relevance ranking (BM25-style)
* Can stack with [toolbar filters](/search/filters)

## List semantic search (Pro)

Switch to **Semantic** mode to describe the repo you want in natural language.

Prerequisites:

1. [Pro](/subscribe/plan-comparison)
2. Configure Embedding in [Settings → AI](/settings/ai)
3. Build or refresh the AI index as prompted

Scope options include starred / knowledge / all (exact options follow the app). See [Semantic search](/search/semantic-search).

## When to use which

| Scenario                                          | Use                             |
| ------------------------------------------------- | ------------------------------- |
| Quickly narrow a list like Untagged               | ⌘F list search + filters        |
| Search local + GitHub + web at once               | ⌘K Search Center                |
| Semantic questions like “repos that do local RAG” | List semantic mode or RAG later |
