Zooflow: Work on Custom Searches
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Imports DigitalData.Modules.ZooFlow
|
||||
Public Class frmFileflow_Duplicate
|
||||
Dim omessagetext As String
|
||||
Private Search As SearchRunner
|
||||
Private Search As Search.SearchRunner
|
||||
Private Property Environment As Environment
|
||||
Public Sub New(pFilename As String, pDate As String)
|
||||
|
||||
@@ -18,7 +18,7 @@ Public Class frmFileflow_Duplicate
|
||||
End If
|
||||
Environment = My.Application.GetEnvironment()
|
||||
|
||||
Search = New SearchRunner(My.LogConfig, Environment, "FlowSearch") With {
|
||||
Search = New Search.SearchRunner(My.LogConfig, Environment, "FlowSearch") With {
|
||||
.BaseSearchSQL = SQL_FLOW_SEARCH_BASE
|
||||
}
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user