1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/translations/ru-RU/content/github/searching-for-information-on-github/searching-wikis.md
Chiedo John c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00

3.6 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Searching wikis You can search wikis on {% data variables.product.product_name %} and narrow the results using these wiki search qualifiers in any combination.
/articles/searching-wikis
free-pro-team enterprise-server github-ae
* * *

You can search wikis globally across all of {% data variables.product.product_name %}, or search wikis within a particular repository or organization. For more information, see "About searching on {% data variables.product.company_short %}."

{% data reusables.search.syntax_tips %}

Search within a user's or organization's repositories

To 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.

Qualifier Пример
user:USERNAME user:defunkt matches wiki pages from repositories owned by @defunkt.
org:ORGNAME org:github matches wikis in repositories owned by the GitHub organization.
repo:USERNAME/REPOSITORY repo:defunkt/gibberish matches wiki pages from @defunkt's "gibberish" repository.

Search within a wiki page title or body text

The in qualifier limits the search to the wiki page title or body text. Without the qualifier, both the title and body text are searched.

Qualifier Пример
in:title usage in:title matches wiki page titles with the word "usage."
in:body installation in:body matches wiki pages with the word "installation" in their main body text.

Search by last updated date

The updated qualifier matches wiki pages that were last updated within the specified date range.

{% data reusables.search.date_gt_lt %}

Qualifier Пример
updated:YYYY-MM-DD usage updated:>2016-01-01 matches wiki pages with the word "usage" that were last updated after 2016-01-01.

Дополнительная литература