Skip to content

chore(ui): rename "Redis Query Engine" to "Redis Search"#6110

Closed
DimoHG wants to merge 1 commit into
mainfrom
chore/rename-redis-query-engine-to-redis-search
Closed

chore(ui): rename "Redis Query Engine" to "Redis Search"#6110
DimoHG wants to merge 1 commit into
mainfrom
chore/rename-redis-query-engine-to-redis-search

Conversation

@DimoHG

@DimoHG DimoHG commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

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-style audit skill.

22 files, display strings only:

  • UI messages/fallbacks: feature-not-available, module-not-loaded(-minimalized), vector-search search-page-fallback
  • Onboarding (OnboardingFeatures), AI assistant (ExpertChat), workbenchResults
  • Module display-name map (slices/interfaces/instances.ts), utils/capability.ts
  • Plugins: geodata manifest descriptions + parser error messages, redisearch page title
  • Matching *.spec tests and e2e page object / spec / TEST_PLAN references

Why

These strings are shown to users and must match current Redis naming. The values are typed as string (the display-name map is Object.freeze, getCapability takes name: 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:

  • Generated filesredisinsight/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).
  • Minified bundles**/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

  • eslint clean on all changed files (geodata package is eslint-ignored by config; its pre-existing formatting is untouched).
  • tsc shows no new errors at changed lines (repo has a pre-existing baseline of ~2000 tracked TS errors; this change adds none).
  • UI jest specs can't run in this local env due to a pre-existing circular-import failure (Environment not exported from apiClient) 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

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-ci

jit-ci Bot commented Jun 24, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@DimoHG

DimoHG commented Jun 25, 2026

Copy link
Copy Markdown
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).

@DimoHG DimoHG closed this Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants