Forum Discussion
Getting "Unable to reach app. Please try again." while searching content from custom app in teams
aniketkadwane1600 - Teams does not handle the tab search iteams you need to implement it in your code. Could you please try to implement bot and message extension. Could you please check this sample to implement the message extension search.
Nikitha-MSFT - I have implemented sample code for Messaging extension Search. Now I want to know for my custom application should I use the same code with API changes and handle response for custom application ?
Below is the api and image of result which I get in search:
var obj = JObject.Parse(await (new HttpClient()).GetStringAsync($"https://azuresearch-usnc.nuget.org/query?q=id:{text}&prerelease=true"));
- aniketkadwane1600Aug 25, 2020Copper ContributorYes it is workings and got the solution. Thank you for guidance
- alexisconiaAug 19, 2020MVP
aniketkadwane1600 I'm not sure to understand what you want to do. Based on your image, it seems that our application is working now. What do you mean by "should I use the same code with API changes and handle response for custom application". Thanks