feat(SITE-5626): Add object cache and search status to site:info#2812
Open
scottbuscemi wants to merge 4 commits into4.xfrom
Open
feat(SITE-5626): Add object cache and search status to site:info#2812scottbuscemi wants to merge 4 commits into4.xfrom
scottbuscemi wants to merge 4 commits into4.xfrom
Conversation
Add search:status command that displays the status of search indexing services for a site. WordPress sites show both Elasticsearch and Solr status, while Drupal sites show only Solr.
Member
|
IMO this should be a field of site:info, not a new command. |
Replace standalone search:status command with two new rows in site:info output: "Object Cache" (true/false) and "Search" (Elasticsearch, Solr, both, or Disabled).
Contributor
Author
|
@pwtyler Heads up — completely reworked this. Dropped the standalone search:status command and instead added two new rows to site:info: "Object Cache" (true/false) and "Search" (Elasticsearch/Solr/both/Disabled). Let me know what you think. |
Also add changelog entry for 4.2.0-rc.2.
pwtyler
reviewed
Apr 3, 2026
Contributor
Author
|
Updated the PR for suggestions |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
site:infooutputtrue/falsebased on whether Redis/object caching is enabledElasticsearch,Solr,Elasticsearch, Solr, orDisabledallow_cacheserver,allow_indexserver,allow_elasticsearch) — no additional API calls neededTest plan
terminus site:info <wordpress-site>shows Object Cache and Search rowsterminus site:info <drupal-site>shows Object Cache and Search rows