Configure Search view
You can customize the Search for and Advanced Search panels in the Search view.
Important: Make configuration changes in a test
            environment and confirm they work before copying them to a production
            environment.
            You can configure some search types and their related search panels.
| Search type | Description | Applies to | |
|---|---|---|---|
| Search for panel | Advanced Search panel | ||
| Index | Search according to indexed criteria. | Yes | Yes | 
| Elements | Search within a specific XML element. | Yes | Yes | 
| Dates | Search for documents created or modified on fixed or relative dates. | No | Yes | 
| Attributes | Search for XML elements having specific attribute values. | Yes | Yes | 
| Search type | Element to add | 
|---|---|
| Index | Add an <index> element to <indexes> | 
| Element | Add an <element> element to <elements> | 
| Date | Add a <date> element to <dates> | 
| Attribute | Add an <attribute> element to <attributes> | 
<indexes>
    <index display="Created By" name="createdBy" type="property" listable="true" views="ALL"/>
    <index ...>
    ...
</indexes>| Attribute | Description | Values | 
|---|---|---|
| display | Determines the label that appears in: 
 | Any sequence of characters. | 
| name | Links the element with the corresponding index definition. | The same string used in the Index Definition document NAMEattribute. | 
| type | Indicates whether an index definition can be modified. Applies to <index> and <date> elements. | 
 | 
| listable | Determines whether the Value field is presented to the user as a list. | 
 | 
| attr | Determines whether users can search inside non-standard attributes, such as version number, which contains spaces. | 
 | 
| views | Deprecated. | -- | 
To configure Search view: