Example #1
0
        internal RequestResult Search(Index indexToSearch, string searchQuery)
        {
            var response = _graphRequest.Post(RequestType.GET, UriHelper.ConcatUri(indexToSearch.GetLocation(), searchQuery), null);

            return(response);
        }