Skip to main content

Function: SearchSectionEntities()

SearchSectionEntities(props): Element

Defined in: widgets/unifiedSearch/builtinSearchSections.tsx:55

Search section (provider) to lookup entities.

Parameters

ParameterTypeDescription

props

{ minSearchTermLength?: number; searchTimeout?: number; }

props.minSearchTermLength?

number

Minimum number of characters in the search term to initiate the search.

Default

3

props.searchTimeout?

number

Debounce timeout in milliseconds after input to perform the text search.

Default

600

Returns

Element