We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d219d commit 1d7cdf8Copy full SHA for 1d7cdf8
packages/compass-aggregations/src/components/stage-toolbar/stage-operator-select.tsx
@@ -67,6 +67,7 @@ export const getStageDescription = (
67
isPipelineSearchQueryable: boolean
68
) => {
69
if (isReadonlyView && isSearchStage(stage.name)) {
70
+ // Users can create search indexes on views for de via atlas 8.0+ while compass requires 8.1+
71
const minViewCompatibilityVersion = versionIncompatibleCompass
72
? VIEW_PIPELINE_UTILS.MIN_VERSION_FOR_VIEW_SEARCH_COMPATIBILITY_COMPASS
73
: VIEW_PIPELINE_UTILS.MIN_VERSION_FOR_VIEW_SEARCH_COMPATIBILITY_DE;
0 commit comments