Hi!
I did a Alfresco query and the log file show this as the query string
(((isRecord:"*" AND -isObjective:"*") and (opa:assignedTo:"dave") AND (+TYPE:"cm:content" +TYPE:"cm:folder")) AND -TYPE:"cm:thumbnail" AND -TYPE:"cm:failedThumbnail" AND -TYPE:"cm:rating") AND NOT ASPECT:"sys:hidden"
How do I construct this into Lucence query string (to be used with Node Browser) and also into web script.
Thank you.
David