Live Search products missing from category and search results
Live Search may not display products in category pages, in product URLs, or in search results, even when the configuration appears correct. This issue typically occurs when the Live Search version is outdated or the data space becomes inconsistent. Upgrade Live Search and rebuild the data space to restore accurate indexing and product visibility.
To resolve the issue, upgrade Live Search to the latest version and rebuild the data space.
Description description
Environment
- Adobe Commerce: 2.4.4 through 2.4.8
- Live Search: Latest version applicable to the Commerce release
Issues/Symptoms
- Products disappear from category pages and Live Search results
- Product URLs return page not found or incorrect pages
- Live Search results exclude products despite correct configuration
- Reindexing and resync do not provide a permanent fix
Root cause
- Outdated Live Search version causes indexing inconsistencies
- Live Search data space becomes corrupted or inconsistent
- Synchronization between Commerce and Live Search fails or remains incomplete
Resolution resolution
To resolve this issue, follow the steps below. This is a general recommendation and may vary depending on your configuration:
-
Upgrade Live Search to the latest supported version listed in the official release notes for your Commerce version.
-
If the upgrade requires time, request a one-time Live Search data space cleanup as a temporary step. This cleanup removes existing Live Search data and rebuilds it from scratch. This cleanup temporarily affects Live Search results until reindexing and feed synchronization are complete.
-
After cleanup, run a full catalog reindex in Adobe Commerce.
-
Resynchronize all Live Search feeds using the following commands:
code language-none bin/magento saas:resync --feed productattributes bin/magento saas:resync --feed products bin/magento saas:resync --feed scopesCustomerGroup bin/magento saas:resync --feed scopesWebsite bin/magento saas:resync --feed prices bin/magento saas:resync --feed productOverrides bin/magento saas:resync --feed variants bin/magento saas:resync --feed categories bin/magento saas:resync --feed categoryPermissionsNote: Ignore"feed doesn’t exist" errors if the feed is not configured in your setup.
-
Verify that products appear correctly in category pages, product URLs, and Live Search results.