Skip to content

Commit

Permalink
Clarify in the docs that you need to be logged in to use code search …
Browse files Browse the repository at this point in the history
…(#37454)

Co-authored-by: mc <[email protected]>
  • Loading branch information
saritai and mchammer01 authored Jun 7, 2023
1 parent 4708c5b commit a89d547
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ topics:

Code search is integrated with features in the search interface on {% data variables.product.prodname_dotcom_the_website %}, such as suggestions, completions, and the ability to save your searches. For more information, see "[AUTOTITLE](/search-github/github-code-search/using-github-code-search)."

{% data reusables.search.code-search-login-requirement %}

{% data reusables.search.non-code-search-explanation %}

## Limitations
Expand Down
2 changes: 1 addition & 1 deletion content/search-github/github-code-search/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: GitHub Code Search
intro: 'You can use a wide range of syntax to search {% data variables.product.product_name %}. You can adjust the scope of your search, build and troubleshoot queries, and narrow down search results with qualifiers.'
intro: 'Learn how to use code search to find, navigate, and understand code across {% data variables.product.prodname_dotcom %}.'
allowTitleToDifferFromFilename: true
versions:
feature: code-search-code-view
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ topics:

Not all code is indexed, and you can currently only search the default branches of repositories. For more information on known limitations, see "[AUTOTITLE](/search-github/github-code-search/about-github-code-search#limitations)."

{% data reusables.search.code-search-login-requirement %}

## Using the search bar

You can search using the search interface on {% data variables.product.prodname_dotcom_the_website %}. Using suggestions, completions, and saved searches, you can quickly find what you are looking for, often without having to fully type a query or view the search results page.
Expand Down
1 change: 1 addition & 0 deletions data/reusables/search/code-search-login-requirement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
You must be logged in to a {% data variables.product.prodname_dotcom %} account to use code search, including for searching code in public repositories.

0 comments on commit a89d547

Please sign in to comment.