searchBefore

@SinceCouchbase(value = "6.6.1")
fun searchBefore(row: SearchRow): SearchPage

Keyset pagination: return the page ending before row.

Requires the query's sort parameter to impose a total ordering on the result set, typically by adding byId() as the final sort tier.


@SinceCouchbase(value = "6.6.1")
fun searchBefore(keyset: SearchKeyset): SearchPage

Keyset pagination, returning the page ending before keyset.

Requires the query's sort parameter to impose a total ordering on the result set, typically by adding byId() as the final sort tier.