datachile / datachile-mondrian

Schema de Mondrian para DataChile. Server API.
https://chilecube.datachile.io/cubes
1 stars 2 forks source link

Check geo ancestor on top level members in search #29

Closed palamago closed 6 years ago

palamago commented 7 years ago

Check this json response: https://chilecube.datawheel.us/search?q=tarapaca&limit=10

This item:

  {
    "content": "Tarapacá",
    "key": "1",
    "index_as": "geo",
    "name": "Tarapacá",
    "ancestor_key": 0,
    "ancestor_name": "All Geographys",
    "sim": 1.0
  }

should be:

  {
    "content": "Tarapacá",
    "key": "1",
    "index_as": "geo",
    "name": "Tarapacá",
    "ancestor_key": null,
    "ancestor_name": null,
    "sim": 1.0
  }
jazzido commented 6 years ago

Closed by e3d3b33