kuzzle-admin-console
kuzzle-admin-console copied to clipboard
support multifield in advanced search
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