Fix dev
Compare changes
@@ -10,7 +10,7 @@ use FOS\ElasticaBundle\Elastica\Client;
@@ -10,7 +10,7 @@ use FOS\ElasticaBundle\Elastica\Client;
@@ -77,37 +77,39 @@ class ChildCollectionsMappingTransformer extends GeonamesEnrichTransformer
@@ -77,37 +77,39 @@ class ChildCollectionsMappingTransformer extends GeonamesEnrichTransformer
if (isset($mapping['type']) && in_array($mapping['type'], ['nested', 'object']) && isset($mapping['properties']) && !empty($mapping['properties']) && array_key_exists($key, $this->nestedMappings)) {
$filteredNestedFields = self::filterFields($mapping['properties'], self::extractFilterFields($this->nestedMappings[$key]));