Hi,
i am looking for a DQL query which will search for the content in a perticular folder.
i am using the below query for getting the contents in a cabinet. i want to search the contents in a perticular folder, i know the folder id.
select r_object_id, object_name, r_object_type from idox_document search topic 'test' where (i_cabinet_id <> '0c0014d290000106') order by object_name.
thanks & regards,
satdmail