18 Apr
2002
18 Apr
'02
10:03 p.m.
Horvath Adam writes:
So the problem: If I concatenate the date in zsql method. (three arguments: year,month,day) Only the first 10 hit are find with the specified date and at the next 10 and more hits the date term is ignored. As someone else pointed out, your problem is the "next" link, it does not provide the necessary request variables.
If you use "dtml-in" and a "GET" request, then you can use "SEQUENCE_QUERY" to provide the necessary parameters. Search the Zope book for an example... Dieter