Hi Arpit,
You have to reference the type that defines your custom metadata
fields.
cmis:document only provides a basic property set.
- Florian
Am Donnerstag, den 08.12.2011, 16:21 +0100 schrieb Arpit Gupta
<[email protected]>:
Hello friends,
I am using apache chemistry framework for querying my alfresco
repository.
I am facing a problem in searching documents.
I want to search documents on the basis of their properties though i
can only search on some specific properties like "name".
I am unable to search using custom properties.
i can search using query
q= "SELECT * FROM cmis:document WHERE cm:name LIKE 'Hydrangeas%'"
but i can not do search on custom metadata fields added to document.
Is there any way to do search on custom metadata fields???
Thanks,
Arpit