This is our full list of fields. It does not show any custom fields defined specifically for your instance.
INFO
Note that we regularly add new fields and enum values.
The fields you can select in the backoffice have a few differences compared to the fields below:
- In fieldsets, ENUM fields are split into
.key
and.display_value
. For examplegeneral.category
becomesgeneral.category.key
andgeneral.category.display_value
. Their values could becar-trailer
respCar trailer
. - In fieldsets, DATE fields are split into
.ymd
and.display_value
. - In fieldsets, TIMESTAMP fields are split into
.timestamp
and.display_value
. - In fieldsets, RICHTEXT fields are split into
.html
,.plaintext
and.hexoncode
. - Not all fields are supported for searching or sorting.
- Some calculated fields can not be used as input data to enrichers.
- For sorting, the virtual fields
_mmt
,_score
and_random
are also available.