kuzzle-admin-console icon indicating copy to clipboard operation
kuzzle-admin-console copied to clipboard

support multifield in advanced search

Open berthieresteban opened this issue 4 years ago • 0 comments

If my mapping contains a field with "multi-fields" like this :

{
  [...]

  "name": {
    "type": "text",
    "fields": {
      "raw": {
        "type": "keyword"
      }
    }
  }
}

I can't select the name.raw field to sort on it

berthieresteban avatar Dec 04 '20 10:12 berthieresteban