File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
packages/compass-indexes/src/components/indexes-toolbar Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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 && (
You can’t perform that action at this time.
0 commit comments