-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Description
{
"facet_results": {
"lg_id": {
"name": "lg_id",
"results": [
{
"value": "NBA",
"label": "NBA",
"count": 118016,
"toggle_url": "http://fivethirtyeight.datasettes.com/fivethirtyeight-ac35616/nba-elo%2Fnbaallelo.json?_facet=lg_id&_size=1&lg_id=NBA",
"selected": false
},
{
"value": "ABA",
"label": "ABA",
"count": 8298,
"toggle_url": "http://fivethirtyeight.datasettes.com/fivethirtyeight-ac35616/nba-elo%2Fnbaallelo.json?_facet=lg_id&_size=1&lg_id=ABA",
"selected": false
}
],
"truncated": false
}
},
"suggested_facets": [
{
"name": "_iscopy",
"toggle_url": "/fivethirtyeight-ac35616/nba-elo%2Fnbaallelo.json?_facet=lg_id&_size=1&_facet=_iscopy"
}
],
"next_url": "http://fivethirtyeight.datasettes.com/fivethirtyeight-ac35616/nba-elo%2Fnbaallelo.json?_facet=lg_id&_size=1&_next=1",
}
next_url and facet_results both link to http:// when they should link to https://.
Note that suggested facets doesn't include the full URL at all, which is a consistency bug.
Reactions are currently unavailable