35 |
<Notes>This relationship connects an attribute key to its objects. It contains the |
<Notes>This relationship connects an attribute key to its objects. It contains the |
36 |
attribute values, and is therefore the primary data repository for the database.</Notes> |
attribute values, and is therefore the primary data repository for the database.</Notes> |
37 |
<Fields> |
<Fields> |
38 |
<Field name="keywords" type="text" searchable="1"> |
<Field name="value" type="text" indexed="1"> |
|
<Notes>This field contains a cleaned copy of the key name and value text for use |
|
|
in full-text searching.</Notes> |
|
|
</Field> |
|
|
<Field name="value" type="text"> |
|
39 |
<Notes>This is the actual attribute value. Note that a single key/object pair may in fact |
<Notes>This is the actual attribute value. Note that a single key/object pair may in fact |
40 |
have many values, and therefore many entries in this table.</Notes> |
have many values, and therefore many entries in this table.</Notes> |
41 |
</Field> |
</Field> |