11-18-2020 06:43 AM
Hello,
I created a custom content model with own properties, then I created files via REST api and filled values. Now I would like to find files using these values, but nothing returned in Share. I can search the properties only via search api.
Property definition in my active content model:
...
<types>
<type name="test:test_data">
<title>Pacient</title>
<parent>cm:content</parent>
<properties>
<property name="test:firstname">
<title>Firstname</title>
<type>d:text</type>
<mandatory>false</mandatory>
<index enabled="true">
<atomic>true</atomic>
<tokenised>false</tokenised>
<facetable>true</facetable>
</index>
</property>
...
11-18-2020 07:57 AM
about how to customize share simple search and live search ,plase refer to
11-18-2020 07:57 AM
about how to customize share simple search and live search ,plase refer to
Explore our Alfresco products with the links below. Use labels to filter content by product module.