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
Copy file name to clipboardExpand all lines: SmartImage/Core/SearchConfig.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ private SearchConfig()
78
78
/// <summary>
79
79
/// Does not open results from priority engines if the result similarity (if available) is below a certain threshold,
80
80
/// or there are no relevant results.
81
-
/// <see cref="BasicSearchResult.Filter"/> is <c>true</c> if <see cref="SearchEngine.FilterThreshold"/> is less than <see cref="BasicSearchResult.Similarity"/>
81
+
/// <see cref="BasicSearchResult.Filter"/> is <c>true</c> if <see cref="BaseSearchEngine.FilterThreshold"/> is less than <see cref="BasicSearchResult.Similarity"/>
0 commit comments