Description of a Mashup or thing is not getting updated.
Hi All,
I have a service which updates a description of a mashup, the code is as below.
var params = {description: 'This is a test Mashup' /* STRING */};
Mashups["testMashup"].SetDescription(params);
It updates the description but is not seen in "Description" column of spotlight search result grid.
See the "Description" column
But when I edit the mashup, I can see the description.

And when I edit and save the mashup, the updated description is seen on the description column of spotlight search result grid.

Could anyone help on this? Can we see the updated description in spotlight search result description column without performing the edit and save operation? Thanks in advance.

