mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
update query defualt to string empty instead of null and update result plugin id to be internal
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Wox.Plugin
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// to allow unit tests for plug ins
|
/// to allow unit tests for plug ins
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Query(string rawQuery, string search, string[] terms, string actionKeyword = null)
|
public Query(string rawQuery, string search, string[] terms, string actionKeyword = "")
|
||||||
{
|
{
|
||||||
Search = search;
|
Search = search;
|
||||||
RawQuery = rawQuery;
|
RawQuery = rawQuery;
|
||||||
|
|||||||
@@ -110,6 +110,6 @@ namespace Wox.Plugin
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Plugin ID that generate this result
|
/// Plugin ID that generate this result
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string PluginID { get; set; }
|
public string PluginID { get; internal set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user