can some one help me to find the problem in this Lucene???
var repertorioExists = search.query({
language: "lucene",
query: "@indi\\:numeroRepertorio:'"+repertorio+"' AND @cm\\:created:["+current_year+"\\-01\\-01T00:00:00 TO "+current_year+"\\-12\\-31T23:59:59] AND PATH:\"/app:company_home/st:sites/cm:"+nome_sito_protocollo+"//*\"";
}).length > 0;
i receive in log error messages: " } missing"
I think that there is a problem in PATH:\……
thanks in advance