QuanticSearchBox

The QuanticSearchBox component creates a search box with built-in support for query suggestions.

Example

<c-quantic-search-box engine-id={engineId} placeholder="Enter a query..." without-submit-button number-of-suggestions="8"></c-quantic-search-box>

Properties

Property Attribute Description Type Default

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

placeholder (required)

placeholder

The placeholder text to display in the search box input area.

string

withoutSubmitButton

without-submit-button

Whether not to render a submit button.

boolean

'false'

numberOfSuggestions

number-of-suggestions

The maximum number of suggestions to display.

number

5

textarea

textarea

Whether to render the search box using a textarea element. The resulting component will expand to support multi-line queries.

boolean

false

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

53.0

isExposed

false

Associated Use Cases

This component is also relevant in the following use case: