fix start end date
This commit is contained in:
Родитель
80c075271a
Коммит
9dd86c66c0
|
@ -105,6 +105,8 @@ namespace CognitiveSearch.UI.Controllers
|
|||
public SearchFacet[] searchFacets { get; set; }
|
||||
public int currentPage { get; set; }
|
||||
public string polygonString { get; set; }
|
||||
public string startDate { get; set; }
|
||||
public string endDate { get; set; }
|
||||
public SearchQueryType queryType { get; set; }
|
||||
}
|
||||
|
||||
|
|
|
@ -71,6 +71,7 @@ namespace CognitiveSearch.UI
|
|||
SemanticConfiguration = configuration.GetSection("SemanticConfiguration")?.Value;
|
||||
idField = configuration.GetSection("KeyField")?.Value;
|
||||
telemetryClient.InstrumentationKey = configuration.GetSection("InstrumentationKey")?.Value;
|
||||
AudioContainer = configuration.GetSection("AudioContainer")?.Value;
|
||||
|
||||
// Options used to get a search id for reporting
|
||||
SearchClientOptions clientOptions = new SearchClientOptions();
|
||||
|
|
|
@ -76,6 +76,11 @@
|
|||
<button style="width:100%" class="btn btn-default" onclick="EntityMapClick()">View Entity Map</button>
|
||||
<br />
|
||||
<br />
|
||||
Start Date
|
||||
<input type="date" class="form-control advancedAutoComplete" name="startdate" id="startdate" placeholder="Start Date" autocomplete="off">
|
||||
End Date
|
||||
<input type="date" class="form-control advancedAutoComplete" name="enddate" id="enddate" placeholder="End Date" autocomplete="off">
|
||||
<br />
|
||||
<div>
|
||||
<div id="filterReset"></div>
|
||||
<div class="widget-content">
|
||||
|
|
Загрузка…
Ссылка в новой задаче