]]>
DtSearchGetMaxResults
library call
DtSearchGetMaxResults
Obtain the DtSearch maximum results value
#include <Dt/Search.h>
int DtSearchGetMaxResults
DESCRIPTION
The results list returned from DtSearchQuery
will be truncated to a maximum number of items after search completion and
statistical ranking. DtSearchGetMaxResults returns
the current maximum results setting.
The function can be called any time after DtSearchInit.
RETURN VALUE
DtSearchGetMaxResults returns the current maximum results value.
SEE ALSO
&cdeman.DtSrAPI;,
&cdeman.DtSearchSetMaxResults;,
&cdeman.DtSearchQuery;