You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When issuing a query against the /datasets endpoint, any provided dataset_name__in parameter (containing a list of dataset names to match against) is apparently ignored. For instance,
returns 47 results not limited to the expected 2 datasets [transportation_department_permits, land_use_permits]. Removing the dataset_name__in parameter yields the same result.
The same parameter works as expected when applied to the /timeseries endpoint, eg:
May be related to #177
When issuing a query against the
/datasets
endpoint, any provideddataset_name__in
parameter (containing a list of dataset names to match against) is apparently ignored. For instance,returns 47 results not limited to the expected 2 datasets
[transportation_department_permits, land_use_permits]
. Removing thedataset_name__in
parameter yields the same result.The same parameter works as expected when applied to the
/timeseries
endpoint, eg:The text was updated successfully, but these errors were encountered: