Skip to content
Snippets Groups Projects
Commit 17dee6bc authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA
Browse files

Merge branch 'fix/9493_sorting' into 'development'

#9493 fix sort on data

See merge request !9
parents d7028cf7 de262d1d
Branches
Tags
2 merge requests!111.2.0,!9#9493 fix sort on data
Pipeline #9036 passed
......@@ -251,7 +251,8 @@ template = {
},
"sort": {
"type": "text",
"analyzer": "my_sort_analyzer"
"analyzer": "my_sort_analyzer",
"fielddata": True
},
"suggest": {
"type": "text",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment