Skip to content

Commit c1eb3c8

Browse files
authored
feat(search-indexes): clarify search index management support (#5158)
1 parent c184d26 commit c1eb3c8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

packages/compass-indexes/src/components/indexes-toolbar/indexes-toolbar.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,17 @@ export const IndexesToolbar: React.FunctionComponent<IndexesToolbarProps> = ({
181181
</SegmentedControlOption>
182182
)}
183183
>
184-
Search indexes are unavailable in your current connection.
184+
<p>
185+
The Atlas Search index management in Compass is only
186+
available for Atlas local deployments and M10+ clusters
187+
running MongoDB 6.0.7 or newer.
188+
</p>
189+
<p>
190+
For clusters running an earlier version of MongoDB or
191+
shared tier clusters you can manage your Atlas Search
192+
indexes from the Atlas web UI, with the CLI, or with the
193+
Administration API.
194+
</p>
185195
</Tooltip>
186196
)}
187197
{isAtlasSearchSupported && (

0 commit comments

Comments
 (0)