private void MakeJsonRequest() { //elRequest = new Elasticrequest(); if (MyParameters.ContainsKey("SearchString")) { jsonReq = new JsonRequest(MyParameters["SearchString"]); } }
//private void MakeElRequest(SerializableDictionary<string, string> ) private void MakeElRequest() { //elRequest = new Elasticrequest(); if (MyParameters.ContainsKey("SearchString")) { elRequest.Filters.MainSearchBar.Value = MyParameters["SearchString"]; } }