Contextual Search - Article body does not show for external users in Service PortalIssue Contextual search results does not display the entire content of the knowledge article in Service portal and direct access to the knowledge article displays the content as expectedCauseThe user doesn't have the access to the text field of the knowledge article. In the client controller logic for the Contextual Search - Inline results widget, we have the below logic : if(result.meta.source == 'knowledge' && result._record.text){c.server.get({'action': "get_article_content","articleId":id[1]}).then(function(resp){result._record.text.display_value = resp.data.knowledge_content;});} where we check for text field in the if condition. In case the user does not have access to this text field, the issue happensResolutionCreate ACL to give access to the user for 'text' field