forceDisableSupplementalResults property

bool? forceDisableSupplementalResults
getter/setter pair

Set this flag to disable supplemental results retrieval, setting a flag here will not retrieve supplemental results for queries associated with a given search application.

If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for supplemental results.

Implementation

core.bool? forceDisableSupplementalResults;