Problem/Motivation
Elasticsearch Helper Preview is currently only compatible with the 8.x-7.x branch of Elasticsearch Helper. Let's create a new 8.x compatible version.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | elasticsearch-8-compatibility-3477962-3.diff | 28.83 KB | maijs |
Issue fork elasticsearch_helper_preview-3477962
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
maijs commentedAdding a patch which adds to the MR provided by artis.bajars:
- Support for _type is removed.
- Configuration schema for Elasticsearch Helper Content index plugin is added.
- Validation for front-end app URL is added (must be external).
- Phpdoc variable descriptions are added.
Comment #4
artis.bajars commentedTested with Elasticsearch Helper 8.1.0, Elasticsearch 8.15.2 on Drupal 10.3.5. Good to go.