-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Tech Report: The table data is not sorted #996
Comments
Seems like a new bug |
I can try to adjust Firestore to have it sorted in response. |
I think sorting it in the response might fix it yes! But I'll look into what's causing it anyway, might be a new client-side bug as well. |
This is fixed in the front-end in the open PR (#934) in the client side, but the API response is unsorted. Uncertain if it always was returned in random order and we just didn't notice it before, or if at some point the response sorting stopped working. Behavior clientAPI responsehttps://prod-gw-2vzgiib6.ue.gateway.dev/v1/adoption?technology=ALL&geo=ALL&rank=Top%2010k
|
https://httparchive.org/reports/techreport/drilldown?tech=Astra&geo=ALL&rank=Top+10k&client=desktop#adoption
@rviscomi Have we ever had it sorted before?
The text was updated successfully, but these errors were encountered: