Skip to content

Tracking opt-out nodetype defines 'height' as string, breaking Elasticsearch indexing #22

@kdambekalns

Description

@kdambekalns

Including the Matomo pakage broke Elasticsearh indexing for me, since I have a nodetype that has a height property defined as integer.

The Flowpack.Neos.Matomo:TrackingOptOut type defines height as string, which breaks mapping setup:

Elasticsearch request failed.
[PUT http://localhost:9200/acmecom-1525879415/Acme-AcmeCom:Video/_mapping]:
Array
(
    [root_cause] => Array
        (
            [0] => Array
                (
                    [type] => illegal_argument_exception
                    [reason] => mapper [height] cannot be changed from type [string] to [int]
                )

        )

    [type] => illegal_argument_exception
    [reason] => mapper [height] cannot be changed from type [string] to [int]
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions