fix regressive issues

This commit is contained in:
qianlifeng
2015-02-06 18:13:22 +08:00
parent 02e22e5781
commit 998eecb94d
5 changed files with 33 additions and 11 deletions

View File

@@ -13,8 +13,8 @@ namespace Wox.Plugin
/// <summary>
/// Search part of a query.
/// This will not include action keyword if regular plugin gets it, and if a system plugin gets it, it should be same as RawQuery.
/// Since we allow user to switch a regular plugin to system plugin, so this property will always give you the "real" query part of
/// This will not include action keyword if exclusive plugin gets it, otherwise it should be same as RawQuery.
/// Since we allow user to switch a exclusive plugin to generic plugin, so this property will always give you the "real" query part of
/// the query
/// </summary>
public string Search { get; internal set; }