File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 3 files changed +3
-4
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
{
Original file line number Diff line number Diff line change 7
7
"Name" : " Explorer" ,
8
8
"Description" : " Search and manage files and folders. Explorer utilises Windows Index Search" ,
9
9
"Author" : " Jeremy Wu" ,
10
- "Version" : " 1.3.0 " ,
10
+ "Version" : " 1.3.1 " ,
11
11
"Language" : " csharp" ,
12
12
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
13
13
"ExecuteFileName" : " Flow.Launcher.Plugin.Explorer.dll" ,
You can’t perform that action at this time.
0 commit comments