last_modified not changed, array instead of overwriting

Hi guys,

we have the timestamp of last changing as META-Field and will set this for the field last_modified.
Therefore we created a configuration at the crawler:
field.xpath.last_modified=//META[@name=‘Last-Modified-ISO’]/@content

This result in an array in the elasticsearch/fess is then:
“last_modified”: [
“2024-06-28T10:11:25.000Z”,
“2023-07-27T16:08:19.568Z”
],

How can we overwrite the field instead of add a new entry? With the array the date will not appear in the results and the edit jsp crashes.

The timestamp field cannot be overwritten at the moment. This feature will be supported in the future release.