Vincent Dutat a écrit :
> Hi,
> 
> what should the NXQL query to search document in a specific folder ?
> (like SELECT * FROM document WHERE ecm:path STARTSWITH "/My domain/My
> Workspace/Folder1/Folder2")

ecm:path is not based on dc:title but on relative ids of the documents:

SELECT * FROM document WHERE ecm:path STARTSWITH "/id_of_My domain/id_of_My
Workspace/id_of_Folder1/id_of_Folder2

-- 
Olivier




_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to