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 df5028a commit 5661b20Copy full SHA for 5661b20
Plugins/Flow.Launcher.Plugin.Explorer/Search/WindowsIndex/IndexSearch.cs
@@ -21,7 +21,7 @@ internal class IndexSearch
21
private readonly ResultManager resultManager;
22
23
// Reserved keywords in oleDB
24
- private readonly string reservedStringPattern = @"^[\/\\\$\%]+$";
+ private readonly string reservedStringPattern = @"^[\/\\\$\%_]+$";
25
26
internal IndexSearch(PluginInitContext context)
27
{
0 commit comments