Skip to content
New issue

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

[Schema Inaccuracy] Github search repositories endpoint may not be returning correct list of repositories when filtered by 'pushed' date #3037

Open
eoin-tendev-walsh opened this issue Oct 5, 2023 · 0 comments

Comments

@eoin-tendev-walsh
Copy link

eoin-tendev-walsh commented Oct 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants