Search through IAP for results from various collections that match your search term, as well as for results that have tags that match your search term.
{
"results": [
{
"label": "The Title of the Application the result came from.",
"type": "The name of the Collection the result came from",
"results": [
{
"_id": "The id of the result.",
"name": "testForm",
"description": "Description for the result is optional.",
"url": "The shortened url to access the result from.",
"tags": [
{
"_id": "The id of the tag.",
"description": "Hi I describe the tag",
"name": "Name of the tag."
}
]
}
],
"count": 11096215
}
]
}