
1 comentário
@Kristen Renzulli Although Files Connect does a full text search in SharePoint, allow these fields are displayed in the search results: name, owner, last modification date.
Via custom code you'll be able to display all the fields that are available on the associated external object.
If you want to display fields that are not available on the external object (like custom fields), the only solution would be for each document returned in the search results to use the Files Connect API to retrieve the full list of fields from SharePoint. The only challenge with this approach is that if you get 100 search results, you'll need 100 additional API calls to get the list of properties you want.