Skip to content

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

Open
@eoin-tendev-walsh

Description

@eoin-tendev-walsh

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions