如何在Github搜索中使用“created:”

时间:2012-07-13 22:54:21

标签: github

在Github高级搜索中,我找到了:created: the date it was created

但是怎么用呢?如何在我的关键字中搜索(像2012-05-05这样的东西)到2012-07-05的存储库?

1 个答案:

答案 0 :(得分:2)

2013年1月更新:来源“A Whole New Code Search”:

下面的查询现在表示为:“created:2012-05-05..2012-07-05”。


(原答案:2012年7月)

语法是 SolrQuerySyntax

中描述的语法

您的查询将是 this one

https://github.com/search?q=created%3A[2012-05-05+TO+2012-07-05]&repo=&langOverride=&start_value=1&type=Repositories&language=

不要忘记选择“搜索”选择器,并在其中添加“存储库”值,以限制搜索到存储库。