{"meta":{"title":"Searching wikis","intro":"You can search wikis on GitHub and narrow the results using these wiki search qualifiers in any combination.","product":"Search on GitHub","breadcrumbs":[{"href":"/en/search-github","title":"Search on GitHub"},{"href":"/en/search-github/searching-on-github","title":"Searching on GitHub"},{"href":"/en/search-github/searching-on-github/searching-wikis","title":"Searching wikis"}],"documentType":"article"},"body":"# Searching wikis\n\nYou can search wikis on GitHub and narrow the results using these wiki search qualifiers in any combination.\n\nYou can search wikis globally across all of GitHub, or search wikis within a particular repository or organization. For more information, see [About searching on GitHub](/en/search-github/getting-started-with-searching-on-github/about-searching-on-github).\n\n> \\[!TIP]\n>\n> * This article contains links to example searches on the GitHub.com website, but you can use the same search filters in any GitHub platform. In the linked example searches, replace `github.com` with the hostname for your GitHub platform.\n> * For a list of search syntaxes that you can add to any search qualifier to further improve your results, see [Understanding the search syntax](/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).\n> * Use quotations around multi-word search terms. For example, if you want to search for issues with the label \"In progress,\" you'd search for `label:\"in progress\"`. Search is not case sensitive.\n\n## Search within a user's or organization's repositories\n\nTo find wiki pages from all repositories owned by a certain user or organization, use the `user` or `org` qualifier. To find wiki pages from a specific repository, use the `repo` qualifier.\n\n| Qualifier                                      | Example                                                                                                                                                |\n| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| <code>user:<em>USERNAME</em></code>            | [**user:defunkt**](https://github.com/search?q=user%3Adefunkt\\&type=Wikis) matches wiki pages from repositories owned by @defunkt.                     |\n| <code>org:<em>ORGNAME</em></code>              | [**org:github**](https://github.com/search?q=org%3Agithub\\&type=Wikis\\&utf8=%E2%9C%93) matches wikis in repositories owned by the GitHub organization. |\n| <code>repo:<em>USERNAME/REPOSITORY</em></code> | [**repo:defunkt/gibberish**](https://github.com/search?q=user%3Adefunkt\\&type=Wikis) matches wiki pages from @defunkt's \"gibberish\" repository.        |\n\n## Search within a wiki page title or body text\n\nThe `in` qualifier limits the search to the wiki page title or body text. Without the qualifier, both the title and body text are searched.\n\n| Qualifier  | Example                                                                                                                                                             |\n| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `in:title` | [**usage in:title**](https://github.com/search?q=usage+in%3Atitle\\&type=Wikis) matches wiki page titles with the word \"usage.\"                                      |\n| `in:body`  | [**installation in:body**](https://github.com/search?q=installation+in%3Abody\\&type=Wikis) matches wiki pages with the word \"installation\" in their main body text. |\n\n## Search by last updated date\n\nThe `updated` qualifier matches wiki pages that were last updated within the specified date range.\n\nWhen you search for a date, you can use greater than, less than, and range qualifiers to further filter results. For more information, see [Understanding the search syntax](/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).\n\n| Qualifier                                | Example                                                                                                                                                                                |\n| ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| <code>updated:<em>YYYY-MM-DD</em></code> | [**usage updated:>2016-01-01**](https://github.com/search?q=usage+updated%3A>2016-01-01\\&type=Wikis) matches wiki pages with the word \"usage\" that were last updated after 2016-01-01. |\n\n## Further reading\n\n* [Sorting search results](/en/search-github/getting-started-with-searching-on-github/sorting-search-results)"}