fix sorting on updatedAt field in classification_search_index (#22715)

This commit is contained in:
sonika-shah 2025-08-04 10:16:40 +05:30 committed by GitHub
parent 5fe61a6ae5
commit 0a298631eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View File

@ -136,7 +136,8 @@
"type": "float"
},
"updatedAt": {
"type": "text"
"type": "date",
"format": "epoch_second"
},
"updatedBy": {
"type": "text"

View File

@ -126,7 +126,8 @@
"type": "float"
},
"updatedAt": {
"type": "text"
"type": "date",
"format": "epoch_second"
},
"updatedBy": {
"type": "text"

View File

@ -126,7 +126,8 @@
"type": "float"
},
"updatedAt": {
"type": "text"
"type": "date",
"format": "epoch_second"
},
"updatedBy": {
"type": "text"