loreanabelle / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

Newere link is missing when browsing older pages #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to a user's overview page
2. Click on the "older" link at the bottom of the page

What is the expected output? What do you see instead?
The page you're on should have a link that takes you to "newer" posts as
well as one to take you to "older" posts

Original issue reported on code.google.com by adewale on 30 Mar 2009 at 8:15

GoogleCodeExporter commented 8 years ago
this is a concession to the way we handle paging, which is that we only keep 
track of
offset rather than actual page number, to allow previous links we'd probably 
need to
either:

1. store an indefinite number of offsets (probably in the cache?) while a user 
hits
older and work our way back through them when newer is pressed
2. add another index in the reverse order and make an reversed query when 
hitting newer

Original comment by andyster on 30 Mar 2009 at 8:23

GoogleCodeExporter commented 8 years ago
Is this linked to/duplicate of issue 23?

Original comment by ymbr...@gmail.com on 31 Mar 2009 at 2:43