Skip to content

Added Address fieldtype. Fixed TaxonomyEntry and TaxonomyEntryAssign … #2700

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Apr 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down