File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- using Flow . Launcher . Infrastructure . Logger ;
1
+ using Flow . Launcher . Infrastructure . Logger ;
2
2
using Microsoft . Search . Interop ;
3
3
using System ;
4
4
using System . Collections . Generic ;
@@ -15,7 +15,7 @@ internal class IndexSearch
15
15
private readonly ResultManager resultManager ;
16
16
17
17
// Reserved keywords in oleDB
18
- private readonly string reservedStringPattern = @"^[\/\\\$\%_]+$" ;
18
+ private readonly string reservedStringPattern = @"^[`\@\#\^,\& \/\\\$\%_]+$" ;
19
19
20
20
internal IndexSearch ( PluginInitContext context )
21
21
{
Original file line number Diff line number Diff line change 1
1
using Flow . Launcher . Plugin . Explorer . Search ;
2
2
using Flow . Launcher . Plugin . Explorer . Search . FolderLinks ;
3
3
using System . Collections . Generic ;
4
- using System . Text . Json . Serialization ;
5
4
6
5
namespace Flow . Launcher . Plugin . Explorer
7
6
{
You can’t perform that action at this time.
0 commit comments