# SearchRendererPanel

Component SearchRendererPanel is used to load and display one or more search renderers (depending on the configuration) and to include them as search filters for the search.

# Properties

  • HTMLElement

    • Components
  • Element tag: cm4ap-search-renderer-panel

# Parameter

Name Type Description
searchActor SearchActor Connects the displayed panel with the search. The values entered are transferred as filters to the search.
rendererName string
default: default
Defines the feature permission that will be loaded for the search. It can contain the names of one or more renderers which will be displayed (How to configure multiple SearchRenderers).
instantSearch boolean
default: false
Defines whether an "empty" search is performed immediately after the layout is completed.
moduleName string
default: current module
Module from which the renderers are queried and in which the search is to be performed.
defaultRenderer number
default: 0
Index of the renderer to be displayed. If this index does not exist in the renderer array, no renderer will be displayed (but the selection will be).
useDefaultValue boolean
default: true
If set to false, the configured default_value specifications of the search renderer are ignored.
Request missing documentation