-
Notifications
You must be signed in to change notification settings - Fork 794
SITE-4589: Add Elasticsearch for WordPress Beta release note #9968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
scottbuscemi
wants to merge
5
commits into
main
Choose a base branch
from
SITE-4589/elasticsearch-beta-release-note
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
fd689ed
Add Elasticsearch for WordPress Beta release note
scottbuscemi 1d8eba3
Remove Beta invite form link from Elasticsearch pre-GA partial
scottbuscemi a16da97
Apply suggestions from code review
jazzsequence efa0695
move the partial into the Elasticsearch and Solr section
jazzsequence 2b10ac6
update feature comparison partial
jazzsequence File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
src/source/releasenotes/2026-03-25-elasticsearch-wordpress-beta.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| --- | ||
| title: Elasticsearch for WordPress now available in Beta | ||
| published_date: "2026-03-25" | ||
| categories: [new-feature, wordpress] | ||
| --- | ||
|
|
||
| Elasticsearch is now available as a Beta add-on for WordPress sites on Pantheon. This integration is powered by [ElasticPress](https://elasticpress.io), the leading Elasticsearch solution for WordPress. | ||
|
|
||
| ## What's included? | ||
|
|
||
| ElasticPress offloads search queries from your database to Elasticsearch, improving WP_Query performance and reducing load on your application server. Capabilities include: | ||
|
|
||
| * **Full-text search** — Fuzzy matching, synonyms, and weighted fields for more relevant search results. | ||
| * **Instant Search** — Real-time search-as-you-type results without full page reloads. | ||
| * **WP_Query integration** — Elasticsearch can handle WP_Query requests, reducing database load and improving page load times. | ||
jazzsequence marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * **Faceted filtering** — Narrow results by category, tag, custom taxonomy, and other attributes. | ||
| * **WooCommerce support** — Product search and filtering for WooCommerce storefronts. | ||
| * **Related content** — Surface related posts and pages automatically. | ||
| * **Custom content indexing** — Index posts, pages, custom post types, and custom fields. | ||
jazzsequence marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## Who has access? | ||
|
|
||
| Elasticsearch is available to WordPress sites on **Performance Small** plans and above, including Elite. | ||
|
|
||
| ## How to enable it | ||
|
|
||
| Elasticsearch can be enabled in two ways: | ||
|
|
||
| * **From the dashboard** — Navigate to **Site Settings → Add-Ons** and activate Elasticsearch. Connection credentials are configured automatically. | ||
|
|
||
| * **From Terminus** — Use the `search` command: | ||
|
|
||
| ```bash | ||
| terminus search:enable <site>.<env> | ||
| ``` | ||
|
|
||
| [Terminus 4.1.6](https://docs.pantheon.io/release-notes/2026/03/terminus-4-1-6) is required. | ||
|
|
||
jazzsequence marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| Once enabled, install and activate the [ElasticPress](https://wordpress.org/plugins/elasticpress/) plugin in your WordPress admin and run your initial content sync. No manual credential configuration is required — `EP_HOST`, `EP_INDEX_PREFIX`, and `EP_CREDENTIALS` are set automatically across all environments. | ||
|
|
||
| ## Documentation | ||
|
|
||
| For setup instructions and additional guidance, see [Elasticsearch on Pantheon](/guides/pantheon-search/elasticsearch). | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.