diff --git a/docs/content_management/field_types/field_type_reference/field_type_reference.md b/docs/content_management/field_types/field_type_reference/field_type_reference.md index a9b11eb2c6..10e732b247 100644 --- a/docs/content_management/field_types/field_type_reference/field_type_reference.md +++ b/docs/content_management/field_types/field_type_reference/field_type_reference.md @@ -25,6 +25,7 @@ The following table gives an overview of the supported field types that come wi | Field type | Description | Searchable in Legacy Storage engine | Searchable with Solr/Elasticsearch | |------------|-------------|-------------------------------------|----------------------| +| [Address](addressfield.md) | Stores an address. | No | No | | [Author](authorfield.md) | Stores a list of authors, each consisting of author name and author email. | No | Yes | | [BinaryFile](binaryfilefield.md) | Stores a file.| Yes | Yes | | [Checkbox](checkboxfield.md) | Stores a boolean value. | Yes | Yes | @@ -55,8 +56,8 @@ The following table gives an overview of the supported field types that come wi | [SesProfiledata](sesprofiledata.md) | Stores address data for a customer. | No | No | | [SesSelection](sesselection.md) | Stores a single selection choice based on options from a YAML file. | Yes | Yes | | [SpecificationsType](specificationstype.md) | Stores a structured list of specification data for products. | Yes | Yes | -| [TaxonomyEntry](taxonomyentryfield.md) | Makes content taggable by Taxonomy. | No | Yes | -| [TaxonomyEntryAssignment](taxonomyentryassignmentfield.md) | Controls and configures taxonomy. | No | Yes | +| [TaxonomyEntry](taxonomyentryfield.md) | Controls and configures taxonomy. | No | Yes | +| [TaxonomyEntryAssignment](taxonomyentryassignmentfield.md) | Makes content taggable by Taxonomy. | No | Yes | | [TextBlock](textblockfield.md) | Validates and stores a larger block of text. | Yes[^1^](#1-note-on-legacy-search-engine) | Yes | | [TextLine](textlinefield.md) | Validates and stores a single line of text. | Yes | Yes | | [Time](timefield.md) | Stores time information. | Yes | Yes |