GridSmartBoxSemanticSearchSettingsSettingsBuilder

Methods

Enabled(System.Boolean)

Enables or disables the Semantic Search mode in the SmartBox.

Parameters

value - System.Boolean

The value for Enabled

RETURNS

Returns the current GridSmartBoxSemanticSearchSettingsSettingsBuilder instance.

Enabled()

Enables or disables the Semantic Search mode in the SmartBox.

RETURNS

Returns the current GridSmartBoxSemanticSearchSettingsSettingsBuilder instance.

Placeholder(System.String)

The placeholder of the input in Semantic Search mode.

Parameters

value - System.String

The value for Placeholder

RETURNS

Returns the current GridSmartBoxSemanticSearchSettingsSettingsBuilder instance.

Delay(System.Double)

Determines the delay in milliseconds between the user typing a new search value and the component emitting the semanticSearch event.

Parameters

value - System.Double

The value for Delay

RETURNS

Returns the current GridSmartBoxSemanticSearchSettingsSettingsBuilder instance.

History(System.Action)

Sets the settings for the history queries in Semantic Search mode. Overrides the global smartBox.history setting for this mode.

Parameters

configurator - System.Action<GridSmartBoxSemanticSearchSettingsHistorySettingsBuilder>

The configurator for the history setting.

RETURNS

Returns the current instance of GridSmartBoxSemanticSearchSettingsSettingsBuilder .

History(System.Boolean)

Sets the settings for the history queries in Semantic Search mode. Overrides the global smartBox.history setting for this mode.

Parameters

enabled - System.Boolean

Enables or disables the history option.

RETURNS

Returns the current instance of GridSmartBoxSemanticSearchSettingsHistorySettingsBuilder .