Catalog Items Not Appearing in Portal SearchIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Catalog items are not returned when searched for on the Service Portal. ReleaseApplicable to all supported releases.CauseThis issue typically occurs when the sc_cat_item table (which extends from sys_metadata) is not fully indexed. Without proper indexing, catalog items may not be searchable through the Service Portal. In some cases, updating a single catalog item record can trigger indexing and make it visible in search results.ResolutionTo resolve this issue, reindex the sc_cat_item table—or the sys_metadata table if more broadly affected. This can be safely done using real-time indexing, which allows records to be reindexed without impacting existing search results. Important: Reindexing the sc_cat_item_content search source will remove deactivated items from search results on the ESC portal. Recommended Steps Identify if the indexing issue is limited to sc_cat_item or affects related metadata tables.Perform a real-time reindex using the documented method below.Confirm that catalog items now appear in portal search.Related LinksReindex a table without impacting text search results