> For the complete documentation index, see [llms.txt](https://github.highlight.ink/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://github.highlight.ink/mastering-issues/search.md).

# 搜索

在每个页面的最顶部是一个搜索框，可搜索 issues。

![搜索截屏](https://guides.github.com/features/issues/search.png)

你可以通过以下方式限定搜索范围：

* 关键字，例如，[提及“侧边栏”的所有 issues](https://github.com/twbs/bootstrap/issues?q=sidebar)
* 状态，例如，[提及“侧边栏”的所有已关闭的 issues](https://github.com/twbs/bootstrap/issues?q=sidebar+is%3Aclosed)
* 被指派人，例如，[提及“侧边栏”的所有被指派给 @mdo 的 issues](https://github.com/twbs/bootstrap/issues?q=sidebar+is%3Aclosed+assignee%3Amdo)

[我们关于搜索 Issues 的帮助文章](https://help.github.com/articles/using-search-to-filter-issues-and-pull-requests)可以向你展示其他搜索方式：使用创建/更新日期，标签，作者，评论计数，仓库所有者等。
