When using Content Server Search, you can include one or more attributes in your search criteria. You can even search for attributes that have a specific value. Custom attributes also let you create relationships between items that would otherwise be unrelated. In addition to being indexed, attributes are stored in the Content Server database. This means that you can run a LiveReport to extract information based upon attributes.
You must add at least one attribute to each Category, but you can add as many attributes as you need. Each attribute can have multiple values, shown as multiple rows. You must unlock the number of rows to permit users to add rows beyond the default number. To enable users to use an attribute when searching, you must enable the Show in Search parameter.
Most attributes can be made required. If you apply a Category to a Folder, and if that Category includes required attributes, then whenever a user adds an item to that Folder, he or she will be required to supply values for those attributes.
The following table describes the types of custom attributes that are available in Content Server.
Attribute Type | Description |
---|---|
Text Popup | Adds a menu containing a set of predetermined values, such as a Color popup menu that contains the values Red, Blue, and Yellow. This attribute can contain any letter, number, or symbol combination. The maximum number of characters allowed for each value is 254. |
Text Field | Adds a field for entering alphanumeric text, such as a Name field for typing a customer's name. This attribute can contain any letter, number, or symbol combination. The default size is 32 characters, and the maximum is 254. |
Multiline Text Field | Adds a field for entering a relatively large amount of alphanumeric text, such as a Comments field for typing an explanation or description. The default size (Display Length) is 32 characters, and the maximum is 254. If the default size is exceeded, a multiline text field will automatically scroll to the right until reaching the maximum number of characters. |
Checkbox | Add an option to toggle a value on or off. This attribute cannot be required. |
User Field | Adds an option to find and select a Content Server user. For information about finding groups, see |
Date Field | Adds a menu to enter a date. A time field can be included. |
Date Popup | Adds an option to choose from a predefined set of dates. |
Integer Field | Adds a field for entering whole numbers. Values can be positive or negative, but no special characters (such as currency symbols or decimal points) can be included. |
Integer Popup | Adds a field or popup for choosing whole numbers that are predefined by the Category designer. Values can be positive or negative, but no special characters (such as currency symbols or decimal points) can be included. |
Set | A special attribute type within a Category that contains two or more attributes that have a strong relationship between them. A Set is like a Category within a Category. For example, you may want to know the date that a specific user reviewed a Document (two attributes: Date and Reviewer), or the product code of a product that a customer is complaining about (three attributes: Code Number, Product Name, and Customer Name). A Set cannot be required; to require values within a Set, mark each attribute individually as Required. |