chore(ui): rename "Redis Query Engine" to "Redis Search"#6110
Closed
DimoHG wants to merge 1 commit into
Closed
Conversation
Apply the Redis product copy & naming style guide (June 2026): "Redis Query Engine" is the retired name for "Redis Search". Update user-facing copy across module/feature messages, onboarding, the AI assistant, workbench results, the vector-search fallback, the module display-name map, the geodata plugin descriptions, and the redisearch plugin title, plus the tests and e2e references that assert on these strings. Pure display-string changes (the values are typed as `string`, not literal types), so no behavior or type changes. Mock/API-mirroring data, generated files (api-client, openapi.json), the redis-enterprise module, and minified bundles are intentionally left untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
valkirilov
approved these changes
Jun 25, 2026
Contributor
Author
|
Superseded by #6112, which now folds the Redis Query Engine → Redis Search rename into a single "align user-facing copy & naming" PR (retargeted to main). |
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.
What
Renames the retired product name "Redis Query Engine" → "Redis Search" in user-facing copy, per the Redis product copy & naming style guide (June 2026). Found and triaged with the new
redis-copy-styleaudit skill.22 files, display strings only:
feature-not-available,module-not-loaded(-minimalized), vector-searchsearch-page-fallbackOnboardingFeatures), AI assistant (ExpertChat),workbenchResultsslices/interfaces/instances.ts),utils/capability.tsgeodatamanifest descriptions + parser error messages,redisearchpage title*.spectests and e2e page object / spec / TEST_PLAN referencesWhy
These strings are shown to users and must match current Redis naming. The values are typed as
string(the display-name map isObject.freeze,getCapabilitytakesname: string), so this is a pure copy change — no behavior or type changes.Deliberately NOT changed (and why)
The skill flagged these but they aren't marketing copy to rewrite:
redisinsight/api-client/*.gen.ts,api/openapi.json(regenerated from source).api/src/modules/redis-enterprise/**— describes connecting to the actual Redis Enterprise/Software product (API descriptions, log messages); not RedisInsight's own brand copy."Azure Cache for Redis Enterprise"— a Microsoft Azure product name."Redis Enterprise Software Subscription Agreement"— a legal agreement title.mock-recommendations.ts+api/defaults/content,api/defaults/tutorials— mock/API-mirroring data and content downloaded at build time (not repo source).**/index2.js,api/static/plugins/**.The broader "Enterprise" → descriptive-language and "create" → "build" rules were left out of this PR — they need product/PM judgment per occurrence rather than a mechanical rename.
Verification
eslintclean on all changed files (geodata package is eslint-ignored by config; its pre-existing formatting is untouched).tscshows no new errors at changed lines (repo has a pre-existing baseline of ~2000 tracked TS errors; this change adds none).Environmentnot exported fromapiClient) that fails identically on a clean tree — unrelated to this change; CI (Node ≥24) runs them.Status
Draft — opening for review of scope and naming before marking ready.
🤖 Generated with Claude Code