[appengine-java] countEntities problem

2010-12-19 Thread Zsombor
Hi, I'm using the low level API, and noticed something strange: If I call : service.prepare( new Query(USER_KIND).addFilter(active, FilterOperator.EQUAL, Boolean.TRUE) .addFilter(registrationDate, FilterOperator.GREATER_THAN_OR_EQUAL, date).setKeysOnly())

Re: [appengine-java] countEntities problem

2010-12-19 Thread Gal Dolber
Try adding a limit to the count query On Sun, Dec 19, 2010 at 6:35 PM, Zsombor gzsom...@gmail.com wrote: Hi, I'm using the low level API, and noticed something strange: If I call : service.prepare( new Query(USER_KIND).addFilter(active, FilterOperator.EQUAL, Boolean.TRUE)