![]() |
![]()
| ![]() |
![]()
NAMEDtSearchSetMaxResults — Set the DtSearch maximum results value SYNOPSIS#include &<Dt/Search.h> void DtSearchSetMaxResults( int max); DESCRIPTIONThe results list returned from DtSearchQuery will be truncated to a maximum number of items after search completion and statistical ranking. DtSearchSetMaxResults changes the maximum results setting to max. If DtSearchSetMaxResults is never called, the maximum number of DtSrResult items returned will default to 20. The function can be called any time after DtSearchInit(). ARGUMENTS
RELATEDDtSrAPI(3), DtSearchGetMaxResults(3), DtSearchQuery(3)
|