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
/// Determines whether the existing search results should be cleared based on the current query and the previous query type.
1551
-
/// This is needed because of the design that treats plugins with action keywords and global action keywords separately. Results are gathered
1555
+
/// This is used to indicate to QueryTaskAsync or QueryHistoryTask whether to clear results. If both QueryTaskAsync and QueryHistoryTask
1556
+
/// are not called then use ShouldClearExistingResultsForNonQuery instead.
1557
+
/// This method needed because of the design that treats plugins with action keywords and global action keywords separately. Results are gathered
1552
1558
/// either from plugins with matching action keywords or global action keyword, but not both. So when the current results are from plugins
1553
1559
/// with a matching action keyword and a new result set comes from a new query with the global action keyword, the existing results need to be cleared,
1554
1560
/// and vice versa. The same applies to home page query results.
0 commit comments