Skip to content

Commit

Permalink
feat(search-indexes): clarify search index management support (#5158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasimir authored Nov 23, 2023
1 parent c184d26 commit c1eb3c8
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,17 @@ export const IndexesToolbar: React.FunctionComponent<IndexesToolbarProps> = ({
</SegmentedControlOption>
)}
>
Search indexes are unavailable in your current connection.
<p>
The Atlas Search index management in Compass is only
available for Atlas local deployments and M10+ clusters
running MongoDB 6.0.7 or newer.
</p>
<p>
For clusters running an earlier version of MongoDB or
shared tier clusters you can manage your Atlas Search
indexes from the Atlas web UI, with the CLI, or with the
Administration API.
</p>
</Tooltip>
)}
{isAtlasSearchSupported && (
Expand Down

0 comments on commit c1eb3c8

Please sign in to comment.