Skip to content

renatonascalves/elasticsearch-buddypress

Repository files navigation

Elasticsearch BuddyPress

Project Status: Active.

Elasticsearch BuddyPress is an integration of the BuddyPress plugin with Elasticsearch using the common/popular plugins: ElasticPress, SearchPress, and VIP Enterprise Search.

Overview

Currently, the goal of this plugin is purely educational. Joining my experience with BuddyPress and Elasticsearch to create something useful. But it is also mostly an experiment at this point. Not ready for live sites/communities, yet.

I'm currently working on the implementation design (by using an Adapter, also known as Wrapper, Design pattern), by adding support for the Groups components for the ElasticPress plugin.

Requirements

Example

Here is an example of how to query groups using the ep_integrate parameter:

$args = [ "ep_integrate" => true ];

BP_Groups_Group::get( $args );

About

Elasticsearch integration with BuddyPress

Topics

Resources

License

Stars

Watchers

Forks

Languages