9 months ago
Search seems broken, it does make 5 requests after one another which all fail and then it displays that no results were found
```
{
"query": "query unifiedSearch($input: UnifiedSearchParams!) {\n unifiedSearch(input: $input) {\n trackerId\n results {\n ...UnifiedSearchResultFields\n }\n }\n}\n\nfragment UnifiedSearchResultFields on UnifiedSearchResult {\n document {\n __typename\n ... on Thread {\n ...ThreadSearchFields\n }\n ... on DocSearchResult {\n ...DocSearchResultFields\n }\n }\n highlight\n}\n\nfragment ThreadSearchFields on Thread {\n id\n slug\n status\n subject\n isPrivate\n upvoteCount\n topic {\n slug\n }\n createdAt\n lastActivityAt\n}\n\nfragment DocSearchResultFields on DocSearchResult {\n title\n description\n url\n text\n}",
"variables": {
"input": {
"query": "metal"
}
},
"operationName": "unifiedSearch"
}
```
```
{
"errors": [
{
"message": "Problem processing request",
"extensions": {},
"traceId": "2d88ec"
}
],
"data": null
}
```
0 Threads mention this feature
0 Replies