ACS-5706: ES: Sorting by mimetype, size and modifier doesn't work (#2146)

* ACS-5706: ES: Sorting by cm:content.mimetype, cm:content.size and cm:modifier doesn't work
This commit is contained in:
Krystian Dabrowski
2023-08-24 18:04:28 +02:00
committed by GitHub
parent 467a6d6970
commit a483159269
2 changed files with 11 additions and 5 deletions

View File

@@ -583,6 +583,9 @@
<type>d:text</type>
<protected>true</protected>
<mandatory enforced="true">true</mandatory>
<index enabled="true">
<tokenised>false</tokenised>
</index>
</property>
<property name="cm:modified">
<title>Modified</title>
@@ -600,6 +603,9 @@
<type>d:text</type>
<protected>true</protected>
<mandatory enforced="true">true</mandatory>
<index enabled="true">
<tokenised>false</tokenised>
</index>
</property>
<property name="cm:accessed">
<title>Accessed</title>