You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/search-syntax.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Search syntax
2
2
3
-
`github-code-search` passes your query verbatim to the [GitHub Code Search API](https://docs.github.com/en/search-github/searching-on-github/searching-code). Any syntax that works in the GitHub search bar also works here.
3
+
`github-code-search`automatically injects an `org:<org>` qualifier from `--org` and otherwise passes the rest of your query unchanged to the [GitHub Code Search API](https://docs.github.com/en/search-github/searching-on-github/searching-code). Any syntax that works in the GitHub search bar also works here.
0 commit comments