Elastic Connector is not working in Drupal v10

Created on 4 December 2023, about 1 year ago
Updated 12 March 2024, 10 months ago

Currently, I'm trying to install the module on the Drupal 10 project.
Drupal 10 clear installation, the exact version is 10.1.6, PHP 8.1.23 as Drupal 10 requires.

composer require 'drupal/elasticsearch_connector:^7.0@alpha'
Problem 1
    - drupal/elasticsearch_connector[7.0.0-alpha1, ..., 7.0.0-alpha4] require nodespark/des-connector 7.x-dev -> found nodespark/des-connector[7.x-dev] but it does not match your minimum-stability.
    - drupal/elasticsearch_connector 7.0.0-alpha3 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11] but the package is fixed to 10.1.6 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires drupal/elasticsearch_connector ^7.0@alpha -> satisfiable by drupal/elasticsearch_connector[7.0.0-alpha1, 7.0.0-alpha2, 7.0.0-alpha3, 7.0.0-alpha4].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

composer require 'drupal/elasticsearch_connector:7.x-dev@dev'
Problem 1
- drupal/elasticsearch_connector dev-7.x requires nodespark/des-connector 7.x-dev -> found nodespark/des-connector[7.x-dev] but it does not match your minimum-stability.
- drupal/elasticsearch_connector 7.x-dev is an alias of drupal/elasticsearch_connector dev-7.x and thus requires it to be installed too.
- Root composer.json requires drupal/elasticsearch_connector 7.x-dev@dev -> satisfiable by drupal/elasticsearch_connector[7.x-dev (alias of dev-7.x)].

image: docker.elastic.co/elasticsearch/elasticsearch:8.11.1

💬 Support request
Status

Closed: works as designed

Version

7.0

Component

Elasticsearch Connector

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024