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

Not querying up to date data? #98

Open
BradNut opened this issue Sep 16, 2021 · 0 comments
Open

Not querying up to date data? #98

BradNut opened this issue Sep 16, 2021 · 0 comments

Comments

@BradNut
Copy link

BradNut commented Sep 16, 2021

Running a search on both my Heroku deployed instance as well as GraphBrainz test instance results in out of date information.

For example searching for artist "Opeth" returns albums up to around the year 2002 when clearly MusicBrainz has all albums up to 2019.
Musicbranz site search: https://musicbrainz.org/artist/c14b4180-dc87-481e-b17a-64e4150f90f6

Searching on GraphBrainz test and my instance using the following which results in less data:
query OpethArtistInfo { lookup { artist(mbid: "c14b4180-dc87-481e-b17a-64e4150f90f6") { name mbid releases { edges { node { mbid title date } } } } } }

How do we go about retrieving actual up to date data? Is there something I am missing? @exogen

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

No branches or pull requests

1 participant