Skip to content

Commit 4f9ae4a

Browse files
change order of stages
1 parent 772d936 commit 4f9ae4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const IndexesToolbar: React.FunctionComponent<IndexesToolbarProps> = ({
134134
)
135135
: true;
136136
const pipelineNotSearchQueryableDescription =
137-
'Search indexes can only be created on views containing $addFields, $set or $match stages with the $expr operator.';
137+
'Search indexes can only be created on views containing $match stages with the $expr operator, $addFields, or $set';
138138
return (
139139
<div
140140
className={indexesToolbarContainerStyles}

0 commit comments

Comments
 (0)