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
We are developing Magento 2 store, where we use the module Smile ElasticSuite.
We are facing an issue using the search bar. When i type a result, there are category suggestions, which have to redirect to the exact category. The problem is that, for plenty of categories the redirect leads to 404 page. We analyzed the issue and saw that the url, to which the suggestion redirects, is wrong. As wee see the url contains global url, even though we open it from a suggestion on a specific store view.
Moreover, we checked the code and found something, which may be the conundrum:
We see that, these code makes a check, from which it gets the "url_path", which is the problem from our opinion, because if there is no check the code which is gonna be executed is $category->getUrl(), which responds with the correct URL and the problem is not happening.
Magento version: 2.4.6-p6
Elastic Suite version: 2.11.8.3
Magento websites: Currently 4-5 websites
The text was updated successfully, but these errors were encountered:
Hello,
We are developing Magento 2 store, where we use the module Smile ElasticSuite.
We are facing an issue using the search bar. When i type a result, there are category suggestions, which have to redirect to the exact category. The problem is that, for plenty of categories the redirect leads to 404 page. We analyzed the issue and saw that the url, to which the suggestion redirects, is wrong. As wee see the url contains global url, even though we open it from a suggestion on a specific store view.
Moreover, we checked the code and found something, which may be the conundrum:
We see that, these code makes a check, from which it gets the "url_path", which is the problem from our opinion, because if there is no check the code which is gonna be executed is $category->getUrl(), which responds with the correct URL and the problem is not happening.
Magento version: 2.4.6-p6
Elastic Suite version: 2.11.8.3
Magento websites: Currently 4-5 websites
The text was updated successfully, but these errors were encountered: