WP Manifestindependent plugin directory
manifest / integrations / elasticpress-content-connect

ElasticPress Content Connect

Integrates Content Connect with ElasticPress.

by 10up · github.com/s3rgiosan/elasticpress-content-connect · website

3stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/s3rgiosan/elasticpress-content-connect/archive/refs/heads/main.zip

Declares an update source (https://github.com/s3rgiosan/elasticpress-content-connect), so updates arrive through the plugin's own updater.

From the readme

ElasticPress Content Connect ElasticPress Content Connect is a WordPress plugin that integrates Content Connect relationships with ElasticPress. Features Post to Post Relationships Filter by Content Connect post-to-post relationships. Advanced Filtering: Filter search results by Content Connect post-to-post relationships Flexible Query Types: Support for ID-based, slug-based, and title-based filtering Real-time Indexing: Automatically indexes relationships when they're created or modified Performance Optimized: Uses Elasticsearch nested queries for efficient relationship lookups Requirements PHP 7.4+ WordPress 6.7 ElasticPress Content Connect Elasticsearch per ElasticPress requirements Installation Manual Installation 1. Download the plugin ZIP file from the GitHub repository. 2. Go to Plugins Add New Upload Plugin in your WordPress admin area. 3. Upload the ZIP file and click Install Now. 4. Activate the plugin. Install with Composer To include this plugin as a dependency in your Composer-managed WordPress project: 1. Add the plugin to your project using the following command: 2. Run composer install to install the plugin. 3. Activate the plugin from your

Read the full README on GitHub →