cubiql icon indicating copy to clipboard operation
cubiql copied to clipboard

Allow reference areas to be filtered by name

Open lkitching opened this issue 6 years ago • 0 comments

Allow observations to be filtered by (possibly partial) matches on the reference area label e.g.

 observations(dimensions: {reference_area: {label: "E01004803"}}) { ... }

regular expressions for labels could also be supported e.g.

observations(dimensions: {reference_area: {label_regex: "E0.*"}}) { ... }

along with matching by URI (the current behaviour)

observations(dimensions: {reference_area: {uri: "http://statistics.data.gov.uk/id/statistical-geography/E01004803"}}) { ... }

lkitching avatar Oct 29 '18 15:10 lkitching