[Zope] Z Search Interface - generated ZPT pagination problem.
Dieter Maurer
dieter at handshake.de
Fri Jan 23 15:36:43 EST 2004
Philip Kilner wrote at 2004-1-22 17:55 +0000:
>Done some googling on this - found the problem rehearsed, but not a
>solution.
>
>If I generate a Z Search interface, I get a page which uses a query
>string parameter like: -
>
> /mysearchresults?filter=value
>
>...to paginate this, I need a URL like: -
>
> /mysearchresults?filter=value&start:int=10
>
>However, the URL is called using URL0, which omits the query string,
>giving: -
>
> /mysearchresults?start:int=10
>
>...which fails, 'cos it needs that parameter!
Andreas Tille has a similar problem several months ago.
I posted a patch fixing "Z Search Interface" in this respect
to the mailing list.
Please search its archive...
--
Dieter
More information about the Zope
mailing list