enableBroadening property

bool? enableBroadening
getter/setter pair

Controls whether to broaden the search when it produces sparse results.

Broadened queries append results to the end of the matching results list. Defaults to false.

Implementation

core.bool? enableBroadening;