ITS#8159 - Add missing "hard" parameter to size.prtotal

This commit is contained in:
Quanah Gibson-Mount 2020-09-01 17:45:34 +00:00
parent 4c74bd0a41
commit e749750a8f
2 changed files with 4 additions and 4 deletions

View file

@ -1600,12 +1600,12 @@ The keyword
.I unlimited
indicates that no limit is applied to the pagedResults control page size.
The syntax
.B size.prtotal={<integer>|unlimited|disabled}
.B size.prtotal={<integer>|hard|unlimited|disabled}
allows one to set a limit on the total number of entries that the pagedResults
control will return.
By default it is set to the
.B hard
limit.
limit which will use the size.hard value.
When set,
.I integer
is the max number of entries that the whole search with pagedResults control

View file

@ -1531,12 +1531,12 @@ The keyword
.I unlimited
indicates that no limit is applied to the pagedResults control page size.
The syntax
.B size.prtotal={<integer>|unlimited|disabled}
.B size.prtotal={<integer>|hard|unlimited|disabled}
allows one to set a limit on the total number of entries that the pagedResults
control will return.
By default it is set to the
.B hard
limit.
limit which will use the size.hard value.
When set,
.I integer
is the max number of entries that the whole search with pagedResults control