File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ internal static class Constants
22
22
23
23
internal const char AllFilesFolderSearchWildcard = '>' ;
24
24
25
+ internal const string DefaultContentSearchActionKeyword = "doc:" ;
26
+
25
27
internal const char DirectorySeperator = '\\ ' ;
26
28
27
29
internal const string WindowsIndexingOptions = "srchadmin.dll" ;
Original file line number Diff line number Diff line change 1
- using Flow . Launcher . Plugin . Explorer . Search . FolderLinks ;
1
+ using Flow . Launcher . Plugin . Explorer . Search ;
2
+ using Flow . Launcher . Plugin . Explorer . Search . FolderLinks ;
2
3
using Newtonsoft . Json ;
3
4
using System . Collections . Generic ;
4
5
@@ -22,6 +23,6 @@ public class Settings
22
23
public string SearchActionKeyword { get ; set ; } = Query . GlobalPluginWildcardSign ;
23
24
24
25
[ JsonProperty ]
25
- public string FileContentSearchActionKeyword { get ; set ; } = "doc:" ;
26
+ public string FileContentSearchActionKeyword { get ; set ; } = Constants . DefaultContentSearchActionKeyword ;
26
27
}
27
28
}
You can’t perform that action at this time.
0 commit comments