Skip to content

Commit 51a0f84

Browse files
committed
Merge pull request github#954 from github/update-1452983769
2 parents 3215476 + c9fcbf1 commit 51a0f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Due to the complexity of searching code, there are a few restrictions on how sea
134134

135135
<ul>
136136
<li>Only the <em>default branch</em> is considered. In most cases, this will be the <code>master</code> branch.</li>
137-
<li>Only files smaller than 384 KB are searchable.</li>
137+
<li>Only files smaller than {% if page.version != 'dotcom' and page.version >= 2.2 %} 10 MB {% else %} 384 KB {% endif %} are searchable.</li>
138138
{% if page.version == 'dotcom' %}
139139
<li>You must always include at least one search term when searching source code. For example, searching for <a href="https://github.com/search?utf8=✓&q=language%3Ago&type=Code"><code>language:go</code></a> is not valid, while <a href="https://github.com/search?utf8=✓&q=amazing+language%3Ago&type=Code"><code>amazing language:go</code></a> is.</li>
140140
{% endif %}

0 commit comments

Comments
 (0)