We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6f9c9 commit 2a1584eCopy full SHA for 2a1584e
Flow.Launcher.Plugin/Result.cs
@@ -260,7 +260,11 @@ public string PluginDirectory
260
/// <summary>
261
/// This holds the text which can be shown as a query suggestion.
262
/// </summary>
263
- /// <remarks>When a value is not set, the <see cref="Title"/> will be used.</remarks>
+ /// <remarks>
264
+ /// When a value is not set, the <see cref="Title"/> will be used.
265
+ /// If the it does not start with the query text, it will not be shown as a suggestion.
266
+ /// So make sure to set this value to start with the query text.
267
+ /// </remarks>
268
public string QuerySuggestionText { get; set; }
269
270
0 commit comments