update to reflect API changes
[gae-samples.git] / paging / index.html
blob3769d617a5dce8e39d5072c5bec727ab9a9b5443
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title> Paging examples </title>
5 </head>
6 <body>
8 <p>Here are two example Suggestion Box applications that are the same, except they do paging differently.</p>
10 <p><b><a href="/unique/">Unique</a></b>: Creates a unique value for each suggestion and uses that as the property to query on when paging.</p>
12 <p><b><a href="/key/">__key__</a></b>: Uses the <code>__key__</code> propery in addition to the
13 'created' property to do paging without creating an extra property that is guaranteed unique.</p>
15 </body>
16 </html>