open-reaction-database / ord-interface

Search/browse interface and APIs for the Open Reaction Database
https://open-reaction-database.org
Apache License 2.0
18 stars 9 forks source link

Wrong number of reactions #93

Closed qai222 closed 5 months ago

qai222 commented 5 months ago

From the browser, this dataset is shown to have 2839 reactions.

image

If I download the dataset (pb.gz) from here, there are only 1728 reactions.

Also, typing anything into the search bar on https://open-reaction-database.org/browse gives me a blank page.

skearnes commented 5 months ago

Ah that's actually the dataset ID in the postgres, not the dataset size. We should remove that field I think. I'll send a PR.

skearnes commented 5 months ago

Actually we should probably fetch the correct dataset ID and have it link to the search for that.

skearnes commented 5 months ago

Actually we should probably fetch the correct dataset ID and have it link to the search for that.

Moved to #97