GitHub filename search syntax¶
GitHub's search interface supports specific syntax to locate files based on their names. To restrict search results to match only the file name, users can utilize the filename: qualifier followed by the specific term.^[600-developer__tools__github.md]
Usage¶
The syntax requires the qualifier filename: concatenated with the search query. For example, searching for a file titled "MySQL高级" would be formatted as filename:"MySQL高级".^[600-developer__tools__github.md]
Sources¶
^[600-developer__tools__github.md]
Related¶
- [[GitHub]]