You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an observer that is triggered when only one product has been found which displays the message "%1 is the only product matching your '%2' research.", however, we have been experiencing the problem that it displays one page load too late.
Preconditions
Magento Version :
2.1.6 EE
Environment :
Acceptance (Production-like)
Steps to reproduce
Search using first search term of which you know it only returns one product result
Search using second search term of which you know it only returns one product result
Search using third search term of which you know it only returns one product result
Expected result
"Product01 is the only product matching your 'Product01' research."
"Product02 is the only product matching your 'Product02' research."
"Product03 is the only product matching your 'Product03' research."
Actual result
No message is shown
"Product01 is the only product matching your 'Product01' research."
"Product02 is the only product matching your 'Product02' research."
PS: The text should also have the term "research" changed to "search", probably was a slip-up when translating it from the French "recherche".
The text was updated successfully, but these errors were encountered:
Also worth noting that turning off "Redirect to product page if only one result" will prevent the page message from ever displaying - not ideal as it's a good feature, but the easiest temporary work around for the bug.
The setting can be found in the Magento admin through Stores > Configuration > Smile ElasticSuite > Catalog Search
There's an observer that is triggered when only one product has been found which displays the message "%1 is the only product matching your '%2' research.", however, we have been experiencing the problem that it displays one page load too late.
Preconditions
Magento Version :
2.1.6 EE
Environment :
Acceptance (Production-like)
Steps to reproduce
Expected result
Actual result
PS: The text should also have the term "research" changed to "search", probably was a slip-up when translating it from the French "recherche".
The text was updated successfully, but these errors were encountered: