Closed phackstock closed 2 months ago
Of the five fields, country_code and level seem to have the most immediate use cases and are easy to implement with an AND logic (and in the process, simplify the code). Should I drop the remaining ones for now?
I'd say so, making sure to keep it simple is always a good idea.
When using a query such as:
I'd expect to get all NUTS regions for Belgium. Currently we'd get nothing since the filter is an AND and there's no country codes with levels 1,2 and 3.