-
The search query used to create these results.
Declaration
Swift
var queryString: String -
The posts in the forum.
Declaration
Swift
var posts: [PostData] -
Pagination into the results set. Because
/forum/post/searchfilters the result set after the db query,posts.countcould be less thanpaginator.limiteven if we’re not at the end of the results. To get the next ‘page’ of results, be sure to addlimittostart; don’t addposts.count.Declaration
Swift
var paginator: Paginator
View on GitHub