ES Admin
Insanely powerful admin search, powered by Elasticsearch
by Matthew Boynes · github.com/alleyinteractive/es-admin · website
★ 12stars
469composer installs
5forks
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/alleyinteractive/es-admin/archive/refs/heads/main.zipAlso on Packagist as alleyinteractive/es-admin:
composer require alleyinteractive/es-adminFrom the readme
Insanely powerful admin search, powered by Elasticsearch.
Adds a powerful faceted search page to the admin area to search all posts across all post types.
Optionally, this plugin can also replace core's post search forms throughout the entire admin area to leverage Elasticsearch for faster, more relevant search results.
Elasticsearch server
Elasticsearch plugin/adapter (e.g. SearchPress
ESWPQuery if you want to use the optional core search replacement.
ES Admin is designed to be able to work with any Elasticsearch index, regardless of how the data is mapped. In order to accomplish this, ES Admin requires you to register an "Adapter", which maps appropriate post fields (e.g. postcontent) to the Elasticsearch index path (e.g. postcontent.analyzed). ES Admin currently comes with four adapters: SearchPress, WordPress.com (used by WordPress.com VIP sites hosted on the main WordPress.com platform), Jetpack Search (available on VIP Go or as part of Jetpack's Professional Plan), and a generic adapter primarily used for unit testing. You aren't limited to using one of the included adapters, you can very easily build your own to work with your Elasticsearch plugin of choice by extendi
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.1.0 | Mar 24, 2025 | — | — |