In Github advanced search I’m found: created: the date it was created
But how to use this? how to search from(Something like 2012-05-05) to 2012-07-05 repositories in my keyword?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Update January 2013: source “A Whole New Code Search“:
The query below would be now expressed as: “
created:2012-05-05..2012-07-05“.(Original answer: July 2012)
The syntax is the one described in SolrQuerySyntax
Your query would be this one:
Don’t forget to select the “Search for” selector, putting in it the “Repositories” value, to limit the search to the repositories.