-
- Downloads
Issue #3456385: Add Drupal 11.x support for Elasticsearch Connector
parent
ab23ea71
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 4 additions, 1 deletion.gitlab-ci.yml
- composer.json 2 additions, 6 deletionscomposer.json
- elasticsearch_connector.info.yml 1 addition, 1 deletionelasticsearch_connector.info.yml
- src/SearchAPI/Query/QueryResultParser.php 1 addition, 1 deletionsrc/SearchAPI/Query/QueryResultParser.php
- tests/modules/elasticsearch_connector_test/elasticsearch_connector_test.info.yml 1 addition, 1 deletion...arch_connector_test/elasticsearch_connector_test.info.yml
- tests/src/Functional/ElasticsearchConnectorUpdate9800Test.php 2 additions, 1 deletion...s/src/Functional/ElasticsearchConnectorUpdate9800Test.php
- tests/src/Functional/ElasticsearchConnectorUpdate9801Test.php 2 additions, 1 deletion...s/src/Functional/ElasticsearchConnectorUpdate9801Test.php
- tests/src/Functional/ElasticsearchConnectorUpdate9802Test.php 2 additions, 1 deletion...s/src/Functional/ElasticsearchConnectorUpdate9802Test.php
- tests/src/Kernel/DebugLoggingTest.php 2 additions, 0 deletionstests/src/Kernel/DebugLoggingTest.php
... | ... | @@ -10,15 +10,11 @@ |
"elasticsearch/elasticsearch": "^8" | ||
}, | ||
"require-dev": { | ||
"drush/drush": "^12.0", | ||
"drush/drush": "^12.0 || ^13", | ||
"drupal/coder": "^8.3", | ||
"phayes/geophp": "^1.2", | ||
"drupal/devel": "^4.0|^5.0", | ||
"drupal/facets": "^3.0.x-dev", | ||
"drupal/geofield": "1.x-dev", | ||
"drupal/search_api_autocomplete": "1.x-dev", | ||
"drupal/search_api_location": "1.x-dev", | ||
"drupal/search_api_spellcheck": "3.x-dev" | ||
"drupal/geofield": "1.x-dev" | ||
}, | ||
"suggest": { | ||
"drupal/facets": "Provides facetted search.", | ||
... | ... |
Please register or sign in to comment