Fix page pagination on RethinkDB
This commit is contained in:
@@ -572,7 +572,7 @@ type RethinkDbData(conn: Net.IConnection, config: DataConfig, log: ILogger<Rethi
|
||||
.With(nameof Page.Empty.Revisions, [||]))
|
||||
orderByFunc (fun row -> row[nameof Page.Empty.Title].Downcase())
|
||||
skip ((pageNbr - 1) * 25)
|
||||
limit 25
|
||||
limit 26
|
||||
result; withRetryDefault conn
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user