VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Elastica version 3 introduces breaking change #88

Open VeggieMeat opened 8 years ago

VeggieMeat commented 8 years ago

Original issue: https://www.drupal.org/node/2646088

After running a composer update, the Elastica library upgrades to version 3.0 where some search_api_elasticsearch_elastica dependencies have been removed, such as Elastica\Facet\Terms.

The module needs a more specific Elastica version in composer.json.

MatWaller commented 8 years ago

Thus will have been fixed with the latest merge. :+1:

pebosi commented 8 years ago

Since the latest merge, the facet options doesntz work anymore. when clicking one facet, the result ist filtered but the remaining facets are not.