0
votes

i am using CMIS javascript api to pull data from an alfresco repository, i'm trying to get document in a specific folder (i have the folder object ) but the only query that seems to work is

"SELECT * FROM cmis:document WHERE IN_TREE('" + f_id + "') " 

but this query search recursively, i want the search to be specific the that folder.
thank you

1

1 Answers