Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix ONGRElasticsearchExtension with multiple mappings with config #24

Merged

Conversation

luca-rath
Copy link

A mapping config like the following leads to a Warning: Array to string conversion

[
    'mappings' => [
        0 => 'SuluArticleBundle',
        'MyOtherBundle' => [
            'document_dir' => 'Other/Domain/Document',
        ],
    ],
]

@luca-rath luca-rath added the bug Something isn't working label Feb 14, 2022
@luca-rath luca-rath changed the title Fix ONGRElasticsearchExtension with multiple mappers with config Fix ONGRElasticsearchExtension with multiple mappings with config Feb 14, 2022
@alexander-schranz alexander-schranz merged commit b5ba2e3 into handcraftedinthealps:5.x Feb 14, 2022
@alexander-schranz
Copy link
Member

@luca-rath tagged as 5.2.6.9

@luca-rath luca-rath deleted the bugfix/array-unique branch February 14, 2022 19:05
@luca-rath
Copy link
Author

@alexander-schranz thanks a lot 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants