23 Jan
2004
23 Jan
'04
8:36 p.m.
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