Skip to content

DEV/RI: document new search workspace#3390

Draft
dwdougherty wants to merge 1 commit into
mainfrom
DOC-6434
Draft

DEV/RI: document new search workspace#3390
dwdougherty wants to merge 1 commit into
mainfrom
DOC-6434

Conversation

@dwdougherty
Copy link
Copy Markdown
Collaborator

@dwdougherty dwdougherty commented Jun 1, 2026

Note

Low Risk
Documentation-only changes with no application or infrastructure impact.

Overview
Documents Redis Insight’s dedicated Search workspace, replacing the brief “Search features” blurb on the Insight overview with a clearer summary and a link to a new guide.

The new search-workspace page walks through prerequisites (Redis Search 2.0+), onboarding (sample vs existing data), the indexes list, index creation (sample datasets, hash/JSON schema detection, field types including vector, table vs FT.CREATE command view), querying (FT.SEARCH / FT.AGGREGATE, Explain, Profile, Query library), and Browse ↔ Search flows (Make searchable, View index). Overview imagery is updated to ri-search-indexes-list.png.

Reviewed by Cursor Bugbot for commit 26cafa9. Bugbot is set up for automated code reviews on this repo. Configure here.

@dwdougherty dwdougherty self-assigned this Jun 1, 2026
@dwdougherty dwdougherty marked this pull request as draft June 1, 2026 21:15
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

DOC-6434

@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented Jun 1, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

Copy link
Copy Markdown
Collaborator

@mich-elle-luna mich-elle-luna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you! just two nits

weight: 5
---

The **Search** workspace in Redis Insight is a dedicated space for working with the [Redis Search]({{< relref "/develop/ai/search-and-query" >}}). From a single page you can browse the search indexes in your database, create new indexes from sample or existing data, build and run queries with a schema-aware editor, and save queries to a reusable library.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The **Search** workspace in Redis Insight is a dedicated space for working with the [Redis Search]({{< relref "/develop/ai/search-and-query" >}}). From a single page you can browse the search indexes in your database, create new indexes from sample or existing data, build and run queries with a schema-aware editor, and save queries to a reusable library.
The **Search** workspace in Redis Insight is a dedicated space for working with [Redis Search]({{< relref "/develop/ai/search-and-query" >}}). From a single page you can browse the search indexes in your database, create new indexes from sample or existing data, build and run queries with a schema-aware editor, and save queries to a reusable library.


{{< image filename="images/ri/ri-search-welcome.png" alt="The Search workspace welcome screen" >}}

Once your database contains at least one search index, the Search workspace opens to the index list instead.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Once your database contains at least one search index, the Search workspace opens to the index list instead.
If your database contains at least one search index, the Search workspace opens to the index list instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants