We are trying to fetch the list of folders from Data Dictionary. However the CMIS query does not work. Following are the queries we tried.
select * from cmis:folder where CONTAINS('PATH:"//app:company_home/cmata Dictionary/*"')
select * from cmis:folder where CONTAINS('PATH:"//app:company_home/Data Dictionary/*"')
Can anyone suggest the right query to use
Solved! Go to Solution.
Hi,
This will fetch you all the children of data dictionary folder.
SELECT * FROM cmis:folder WHERE CONTAINS('PATH:"//app:company_home/app:dictionary/*"')
Thanks,
Kalpesh
Hi,
This will fetch you all the children of data dictionary folder.
SELECT * FROM cmis:folder WHERE CONTAINS('PATH:"//app:company_home/app:dictionary/*"')
Thanks,
Kalpesh
Thanks
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.