如何搜索在问题/ PR中带有破折号的术语?

时间:2018-07-25 00:37:50

标签: github

我正在尝试在godot存储库中的问题和PR中搜索术语--check-only。我似乎得到了大量包含“检查”一词的结果。如何仅获得在主题,正文或注释中包含文字字符串--check-only的结果?用引号将搜索词引起来似乎没有帮助,反斜杠将破折号转义也没有帮助。

您可以尝试使用https://github.com/godotengine/godot/issues?utf8=%E2%9C%93&q=--check-only进行搜索。

1 个答案:

答案 0 :(得分:1)

A better approach would be to ignore the leading '--':

https://github.com/godotengine/godot/search?q=%22check-only%22&unscoped_q=%22check-only%22&type=Issues

That would at least refine the search, actually putting --check-only on top (I see only one entry: godotengine/godot PR 19280.