08-23-2021 06:56 AM
Hi,
I am not able to use ORDER BY in CMIS query for my custom type text type property but it is working for custom date type property. When I try to run cmis query with my using order by with my custom text type proerty it gives me an error like Ordering is not support for abc:xyzProperty. In my content model I have defined this property in below way:
<property name="abc:xyzPeoperty"> <title>XYZ</title> <type>d:text</type> </property>
Please help me out with this error.
Thank you.
08-23-2021 09:53 AM
An Alfresco text property is orderable in CMIS if it's defined as:
By default, Alfresco text properties are defined only as tokenized.
08-23-2021 04:39 PM
I agree with everything Angel said, but I'll add that if you download the Chemistry CMIS Workbench, you can look at the content model and you can see which properties in types and aspects are marked as orderable.
Explore our Alfresco products with the links below. Use labels to filter content by product module.