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."
}

Parents
  • Hi 

    The object execute global search use a filter to return only the list of modules based on user context ACL.

    Also sugarcrm not allow work over some module in this case "Teams" is not visible for this functionality.

    See more into Global Search

    Nice day. Bye Bye!

Reply
  • Hi 

    The object execute global search use a filter to return only the list of modules based on user context ACL.

    Also sugarcrm not allow work over some module in this case "Teams" is not visible for this functionality.

    See more into Global Search

    Nice day. Bye Bye!

Children
No Data