Skip to content
Snippets Groups Projects
Commit 8473f6e7 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

set keyword to noEstimate and document it

parent 415a8d32
No related branches found
No related tags found
No related merge requests found
......@@ -345,6 +345,17 @@ and
.BR timelimit ;
no limit is set on
.BR unchecked .
If
.B pagedResults
control is defined, additional size limits may be enforced; the syntax is
.BR size.pr={<integer>|noEstimate} ,
where
.BR integer
is the max page size if no explicit limit is set; the keyword
.BR noEstimate
inhibits the server to return an estimate of the total number
of entries that will be returned.
.RE
.\".TP
.\".B logfile <filename>
......
......@@ -570,7 +570,7 @@ parse_limit(
return( 1 );
}
arg++;
if ( strcasecmp( arg, "noEntriesLeft" ) == 0 ) {
if ( strcasecmp( arg, "noEstimate" ) == 0 ) {
limit->lms_s_pr_hide = 1;
} else {
char *next = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment