/views/search/search.php
| Controller | SearchController |
|---|---|
| Package | application.views.search |
| Source Code | app/views/search/search.php |
Displays the search page and performs search action
Uses Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| entityType | entityType | The chosen entity type for search | SearchController |
| model | entity | The entity model used to create search action | SearchController |
| sort | string | order setting for the search results | SearchController |
| standardMetadata | standardMetadata | The chosen standard metadata for search | SearchController |
Uses Details
entityType
variable
entityType entityType;
The chosen entity type for search
model
variable
entity model;
The entity model used to create search action
sort
variable
string sort;
order setting for the search results
standardMetadata
variable
standardMetadata standardMetadata;
The chosen standard metadata for search