Skip to content

Add supports for sets to pagination along with lists

Previously only lists were supported. Sets support was added by converting to a naturally sorted set and then converting to a list for ease of use.

Merge request reports