Issue on global search API(500)

Hi Team,

We are facing an issue with Globar search API, for Contacts objects API working fine but the Teams object it's not working, let us know what are objects are supported by global search API. Or Do we have to enable any settings in the sugar portal?

https://{domain}/rest/v10/globalsearch?max_num=30&offset=0&q=glob&module_list=Contacts
Response code:200

Response:
{
"next_offset": -1,
"total": 0,
"query_time": 1,
"records": []
}

Error case:
https://{domain}/rest/v10/globalsearch?max_num=30&offset=0&q=glob&module_list=Teams
Response code:500

Response:
{
"error": "search_runtime",
"error_message": "A search engine runtime error occurred. Please contact your System Administrator."
}