WP Manifestindependent plugin directory
manifest / integrations / elasticpress-buddypress

ElasticPress BuddyPress

WordPress plugin to integrate BuddyPress and ElasticPress

by mesh-research · github.com/mesh-research/elasticpress-buddypress · website

3stars
4forks

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/mesh-research/elasticpress-buddypress/archive/refs/heads/main.zip

From the readme

ElasticPress BuddyPress This plugin provides a custom feature for ElasticPress which adds index & query support for BuddyPress groups & members. Built for Humanities Commons. Initial setup: Required plugins: buddypress bbpress elasticpress elasticpress-buddypress BuddyPress content types depend on the mapping for posts provided by ElasticPress, so you must set up that mapping before indexing groups and members. You can do that by indexing posts with the --setup flag (which will also delete the index first!): wp --url=example.com elasticpress index --setup where example.com is your main site/network. Index buddypress content: wp --url=example.com elasticpress-buddypress index There are no hooks yet to re-index buddypress content. Run it on a regular basis to keep the index up-to-date.

Read the full README on GitHub →