-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimizer: category preview is (still) not working #1308
Comments
Hello @FredRaym, Cannot reproduce this issue on EE 2.2.5 and with ElasticSuite 2.6.3 or later 2.6.x versions. Was it occuring in an environment setup in production mode ? Regards, |
Yes it is, Production mode. Regards |
Confirmed on EE 2.2.5 + ElasticSuite 2.6.3 + Luma in production mode |
For reference, queries being sent to ES developer mode
production mode
In production mode, it looks like there is a fallback on the quick search container
|
This is due to the following code in
where
Hence
The
|
in production mode
…iew-production-mode Fixes #1308 Optimizer category preview not working
…iew-production-mode-2.3.x Fixes #1308 Optimizer category preview not working (M2 2.3.x)
Hi,
Perhaps duplicates the now closed issue #1092 ...
Once the optimizer is well configured, the category preview displays loader but the preview area reamins empty. It works fine with the search preview
XHR log :
?isAjax=true => 200
Response :
{base_products: [], optimized_products: [], size: 0}
base_products: []
optimized_products: []
size: 0
Magento Version : Magento commerce 2.2.5
ElasticSuite Version : 2.6.3
Environment : Dev & Prod modes
Regards
The text was updated successfully, but these errors were encountered: