How to resolve image display issues in search pop-up?
If you've encountered an issue where product images are not appearing in the search pop-up on your website, it may have arisen due to missing image cache in the pub/media directory. To resolve this issue, the image cache should be regenerated. The following command can be executed in your Magento installation directory:
php bin/magento catalog:images:resize
Please note that the execution of this command may take a considerable amount of time, depending on the number of images and your server's performance.
Regenerating the image cache using the provided command should resolve the issue of missing product images in the search pop-up. If you continue to experience problems or have any other questions, please don't hesitate to
contact our support team for further assistance.
Related Articles
What's the difference between Advanced Search and Elastic Search?
In our catalog, we offer two search extensions for Magento 2 - Advanced Search and Elastic Search. Both of them are aimed at improvement of the search process but the functionality differs. Elastic Search consists of several components, including the ...
Search results are different in the pop-up and search results page. What can I check?
If you notice discrepancies between the products displayed in the autocomplete pop-up and those shown on the search results page, we recommend checking the following settings to resolve the issue: Step 1. Ensure Modules Are Updated to the Latest ...
Elastic Search and Advanced Search | GraphQL methods
Queries xsearchProducts (search: String) description: products matching customers' search query xsearchRelatedTerms (search: String) description: get related search terms by query xsearchRecentlyViewed description: get an array of recently viewed ...
Advanced Search API
We have created a public API collection for Advanced Search module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
I face some issues with the Elastic Search extension. What should I check?
If the extension doesn't work as expected (e.g. search results are not relevant or do not display at all), we'd recommend checking the module configurations following the instructions below. 1. A compatible version of the Elasticsearch Engine should ...