I've been trying to get the Rest Search api to return results and all I get back is a 500 error.
I've copied the example given here.
telligent.com/.../list-search-results.aspx
I've replaced the api key/username as well as the url. I've used other api's and those are working well.
here's the stacktrace I get back when calling the API.. it seem that solr itself is returning a "Bad Request" error? But if I got directly to the server via :8080/solr it works fine.
To add further insult to injury, if I use the PublicApi in a widget it works fine.
Can anyone shed some light on this?
[WebException: The remote server returned an error: (400) Bad Request.]
System.Net.HttpWebRequest.GetResponse() +7864708
..(String url, Func`3 shouldIgnoreException) +192
[CSException: We apologize, but an unknown error has occurred during search. Please try your search again.]
..(String url, Func`3 shouldIgnoreException) +1127
Telligent.Evolution.Search.Solr.SolrSearchProvider.(SearchQuery query, Boolean isMoreLikeThis) +313
Telligent.Evolution.Search.Solr.SolrSearchProvider.Search(SearchQuery query, Boolean isMoreLikeThis) +54
Telligent.Evolution.Components.Search.SearchService.Search(SearchQuery query) +107
Telligent.Evolution.Rest.Resources.Search.SearchService.GetSearchResults(String query, String filters, String fieldFacets, String dateRangeFacets, String fieldFilters, String dateRangeFilters, String tags, Nullable`1 logicallyOrTags, String sort, Nullable`1 pageSize, Nullable`1 pageIndex, Nullable`1 startDate, Nullable`1 endDate, Nullable`1 collapse) +680
Telligent.Evolution.Rest.Resources.Search.SearchController.List(SearchResultListRequest request) +761