I am using the following select query as "SELECT cmis:name,cmisbjectid,cmisath FROM cmis:folder WHERE cmis:name LIKE 'test'" . This is failing and giving the following exception.
org.alfresco.cmis.CMISQueryException - 04180097 Column is not queryable cmis:folder.cmisath
Can I not use cmisath in the select query ? Is there a way I can make it queryable?