Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
When accept header is set to "application/json", an empty list is returned for facets in Feature Search although there is no problem with "text/html".
Although some facets exist, there is not any facet in result for the following command:
curl -i -H "Accept:application/json" "http://localhost:8080/contenthub/contenthub/search/featured?queryTerm=paris"
response:
{
"documents": [
],
"facets": [],
"relatedkeywords": [
]
}