I'm not sure what's going on.
On my site, username is empty, but paging works OK. If you hover over
the URL for page two of the search you'll see:
http://rollerweblogger.org/search/roller?q=leo&username=&n=10&o=10
My HTML looks like this:
<a href="?q=leo&username=&n=10&o=10" >2</a>
On your site, if you hover over the URL for page two of the search
you'll see:
http://raibledesigns.com/?q=appfuse&username=&n=10&o=10
But your HTML looks the same as mine:
<a href="?q=appfuse&username=&n=10&o=10">2</a>
So Roller appears to be generating the same thing for my site as it
is for your site. Do you have some sort of redirect or base URL
setting that could be causing this weirdness.
- Dave
On May 7, 2006, at 4:57 PM, Matt Raible wrote:
When I execute the following search on my site, it brings back a bunch
of results. However, I'm unable to page through the results b/c the
username field isn't populated in the "page results" URLs at the
bottom of the page.
http://raibledesigns.com/search/rd?q=appfuse
Is this a known issue? Does it happen on other people's sites? Do I
have search property configured (from a form element perspective)?
Thanks,
Matt