You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'This query returns {0} of your collection.\n\nThis is highly selective: only a small fraction of documents pass the filter. The database does minimal work to produce results.',
1149
-
selectivity,
1156
+
displayValue,
1150
1157
);
1151
1158
}elseif(pct<20){
1152
1159
returnl10n.t(
1153
1160
'This query returns {0} of your collection.\n\nThis is a reasonable level of selectivity. The filter narrows results to a manageable portion of the data.',
1154
-
selectivity,
1161
+
displayValue,
1155
1162
);
1156
1163
}else{
1157
1164
returnl10n.t(
1158
1165
'This query returns {0} of your collection.\n\nThis is a broad query that returns a large portion of the data. Consider adding more specific filters to narrow the results.',
0 commit comments