DEV/RI: document new search workspace#3390
Draft
dwdougherty wants to merge 1 commit into
Draft
Conversation
Contributor
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
mich-elle-luna
approved these changes
Jun 1, 2026
Collaborator
mich-elle-luna
left a comment
There was a problem hiding this comment.
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. |
Collaborator
There was a problem hiding this comment.
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. |
Collaborator
There was a problem hiding this comment.
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. |
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.
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.CREATEcommand view), querying (FT.SEARCH/FT.AGGREGATE, Explain, Profile, Query library), and Browse ↔ Search flows (Make searchable, View index). Overview imagery is updated tori-search-indexes-list.png.Reviewed by Cursor Bugbot for commit 26cafa9. Bugbot is set up for automated code reviews on this repo. Configure here.