hi!!!
I'm currently working with the Alfresco Webservices and I'd found an (really) annoying thing… I can't found via Lucene syntax a way to know how much results are returned by the query [like in the SQL query count (*) from TABLE].
My query always returns 1000 results (in the repository.properties I had the line system.acl.maxPermissionChecks=1000) but I have to know how much nodes fulfill my query (even thousands of them).
Thanks a lot!!!
Okto