mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 16:08:23 +00:00
fix sorting on updatedAt field in classification_search_index (#22715)
This commit is contained in:
parent
5fe61a6ae5
commit
0a298631eb
@ -136,7 +136,8 @@
|
||||
"type": "float"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "text"
|
||||
"type": "date",
|
||||
"format": "epoch_second"
|
||||
},
|
||||
"updatedBy": {
|
||||
"type": "text"
|
||||
|
||||
@ -126,7 +126,8 @@
|
||||
"type": "float"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "text"
|
||||
"type": "date",
|
||||
"format": "epoch_second"
|
||||
},
|
||||
"updatedBy": {
|
||||
"type": "text"
|
||||
|
||||
@ -126,7 +126,8 @@
|
||||
"type": "float"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "text"
|
||||
"type": "date",
|
||||
"format": "epoch_second"
|
||||
},
|
||||
"updatedBy": {
|
||||
"type": "text"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user