Page Content Not Available in Search Results for Specific UsersIssue A user with access to the page "My Growth Test" in the QA instance is unable to see it listed in search results on the ESC portal.However, the same user can access the page by browsing the topic hierarchy.SymptomsUsers with access to specific content pages may not see those pages in search results within the ESC portal, even though the content is accessible when navigating through topics.FactsImpersonate user: in QA instance.Navigate to the ESC Portal.Search for: "growth talk".Observe that the page "My Growth Test" does not appear in the results, despite being accessible via direct navigation.ReleaseAll versions supporting Service Portal.CauseMissing role-based permissions for content indexing.Page content may not be properly indexed in the sn_cd_content_portal table.ResolutionPerform the following steps to resolve the issue: Assign the Required Role Ensure the user has the content_mgmt_reader role to view and access content pages in search. Verify Role Assignments Confirm the user has all required roles to access the content via search. Reindex Search Configuration Trigger a full or partial reindex for the ESC portal's search configuration. Reindex the Content Table Use the following script to reindex the sn_cd_content_portal table: new GlideTextIndexEvent().indexUpdate('sn_cd_content_portal', 'null'); Confirm Permissions Review ACLs and visibility settings on the content page to ensure the user is authorized to see it via search. If the issue persists after the above steps, consider reviewing the Search Source configuration for the portal and confirming that the sn_cd_content_portal table is included and correctly configured.Related LinksComponents installed with Content Publishing