See: Description
| Interface | Description |
|---|---|
| I_CmsSearchStateCommon |
Class for keeping the state of the common search options.
|
| I_CmsSearchStateDidYouMean |
Class for keeping the state of the spellcheck search options.
|
| I_CmsSearchStateFacet |
Interface for the state all facet types have in common.
|
| I_CmsSearchStatePagination |
Interface for pagination states.
|
| I_CmsSearchStateSorting |
Interface for sorting states.
|
| Class | Description |
|---|---|
| CmsSearchStateCommon |
Class for handling the state of the common search options.
|
| CmsSearchStateDidYouMean |
Class for handling the state of the "Did you mean?"
|
| CmsSearchStateFacet |
Class for keeping the state common for all facet types.
|
| CmsSearchStatePagination |
Class for keeping the state for the pagination.
|
| CmsSearchStateSorting |
Class for keeping the state of the sorting options.
|
The search form support allows to create a search form just by configuring your search via an XML content or a JSON file. This package contains the classes that make up the configuration. The concrete types and their signature are defined in this package.