The year field's type is string, so when trying year <= 2003, there are 0 results (but no error).
Thanks a lot for answering, Ana -----Original Message----- From: Alexander Klimetschek [mailto:[email protected]] Sent: Wednesday, April 14, 2010 4:10 PM To: [email protected] Subject: Re: JCR query fails when filtering through more than 25 results On Tue, Apr 13, 2010 at 18:27, Ana Osman <[email protected]> wrote: > year<='2003' Try year <= 2003 for proper number instead of string comparison. Regards, Alex -- Alexander Klimetschek [email protected]
