Hi all,
on the sling mailinglist 
(http://mail-archives.apache.org/mod_mbox/sling-users/201009.mbox/%[email protected]%3e)
 we have been discussing the follwoing issue:

whenever you provide a where-clause to a sql2 select, jcr/jackrabbit does not 
provide the hit count.

E.g.:
   select * from [nt:unstructured]
   order by [jcr:score]
returns the hit count (query.execute().getRows().getSize()), whereas
  select * from [nt:unstructured]
  where entity = "customer"
  order by [jcr:score]
doesn't.
Is this a bug or a feature?

Thx in advance
Clemens

Reply via email to