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

@@ -91,7 +91,7 @@
<mandatory>false</mandatory> <mandatory>false</mandatory>
<!-- Although content is marked as indexed atomically it may end up asynchronous --> <!-- Although content is marked as indexed atomically it may end up asynchronous -->
<!-- if the content conversion will take too long. Content that does not require conversion --> <!-- if the content conversion will take too long. Content that does not require conversion -->
<!-- to UTF8 test/plain will always be indexed atomically --> <!-- to UTF8 text/plain will always be indexed atomically -->
<index enabled="true"> <index enabled="true">
<atomic>true</atomic> <atomic>true</atomic>
<stored>false</stored> <stored>false</stored>
@@ -609,7 +609,7 @@
<index enabled="true"> <index enabled="true">
<atomic>true</atomic> <atomic>true</atomic>
<stored>false</stored> <stored>false</stored>
<tokenised>true</tokenised> <tokenised>false</tokenised>
<facetable>true</facetable> <facetable>true</facetable>
</index> </index>
</property> </property>
@@ -633,7 +633,7 @@
<index enabled="true"> <index enabled="true">
<atomic>true</atomic> <atomic>true</atomic>
<stored>false</stored> <stored>false</stored>
<tokenised>true</tokenised> <tokenised>false</tokenised>
<facetable>true</facetable> <facetable>true</facetable>
</index> </index>
</property> </property>

View File

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