jaypipes / procession

Main Procession server
Apache License 2.0
2 stars 0 forks source link

Support pagination with marker #107

Closed jaypipes closed 7 years ago

jaypipes commented 7 years ago

Adds a new function to examine the SearchOptions and add a WHERE constraint on the uuid column for marker pagination support. Looks at the sort direction to determine the appropriate operator in the WHERE condition.

Plumbs in support for pagination to the organization list operation.

Issue #58