We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the following search query
https://api.github.com/search/repositories?q=org:ten-dev+pushed:2023-10-05
I am returned a list containing two repositories which had pushes made to it today.
This may be inaccurate as four repositories are expected to be returned.
What is confusing to me is that the 'pushed_at' filter for the missing repositories when found with the following search query
https://api.github.com/search/repositories?q=org:ten-dev+pushed:2023-09-25
have dates which should mean they are included in the outputted list for the original query.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Schema Inaccuracy
When using the following search query
https://api.github.com/search/repositories?q=org:ten-dev+pushed:2023-10-05
I am returned a list containing two repositories which had pushes made to it today.
Expected
This may be inaccurate as four repositories are expected to be returned.
What is confusing to me is that the 'pushed_at' filter for the missing repositories when found with the following search query
https://api.github.com/search/repositories?q=org:ten-dev+pushed:2023-09-25
have dates which should mean they are included in the outputted list for the original query.
The text was updated successfully, but these errors were encountered: