Forum Discussion
Phillll
Jan 06, 2021Copper Contributor
File Share Graph Connector - Feedback & Problems
I´ve installed and tested the Graph Connector Agent with File Share Connector. Feedback: - within the documentation a lot of informations missing. The agent needs TCP port 5671 to Azure to st...
JudyN
Feb 10, 2021Former Employee
Thank you for the feedback, Phillll. We really appreciate you taking the time to enumerate places we can improve.
Some common issues to check:
- A result type hasn't been created for items for that connection
- Make sure that you use the cache-clear=true flag in the URL to make the vertical appear
For instructions on how to do all the above, you can look at the documentation here: Customize the Microsoft Search page | Microsoft Docs
- areyecatSep 27, 2021Brass Contributor
Hi, JudyN, same problem here.
We have configured succesfully the connector and is indexing but after configure both, the result type and the vertical no results are shown. Any idea?
- nmounikaSep 28, 2021Former EmployeeHi areyecat, have you also created a custom vertical and result type for the connection?
- areyecatSep 29, 2021Brass ContributorHi, yes, both, with the default configuration. On the result type I configured this layout, but nothing is shown.
{
"type": "AdaptiveCard",
"version": "1.3",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": 8,
"items": [
{
"type": "TextBlock",
"text": "[${title}](${titleUrl})",
"color": "Accent",
"size": "Medium",
"weight": "Bolder",
"$when": ""
},
{
"type": "TextBlock",
"text": "**${createdBy}** modified {{DATE(${modifiedDateTime})}}",
"spacing": "Small"
},
{
"type": "TextBlock",
"text": "${name}",
"wrap": true,
"maxLines": 3,
"spacing": "Medium",
"$when": ""
}
],
"horizontalAlignment": "Center",
"spacing": "Medium"
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}