ONSdigital / dp-find-insights-poc-api

Find Insights Proof of Concept
MIT License
1 stars 0 forks source link

experimental /query2 endpoint #204

Closed wavemechanics closed 2 years ago

wavemechanics commented 2 years ago

What

Add a /query2 endpoint which behaves exactly like /query, except internally it separates selecting geocodes from selecting metrics. This is in preparation for getting metrics from cantabular.

Temporarily cols=geocodes is a special case to return the selected geocodes without selecting metrics.

The code behind /query2 should eventually replace the /query code.