I'm connecting to my Alfresco repository through the Python cmislib API. The functionality is fantastic.But when I try to query the database, I'm stuck using only basic queries. This works fine:repo.query("select * from cmis:document WHERE CONTAINS('some text')")
So if I try to do a FTS for a specific element tag or use any extension queries, the code fails. Is it possible to do an xpath search through the cmislib API? Or is there another method to find specific xml/dita elements within my content repository?