-
Notifications
You must be signed in to change notification settings - Fork 340
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
No getType on RequestInterface #13
Comments
What is actually awaited seem to be a A solution would be to write a compatible I've tried to resolve this issue with the PR #15 |
Just got bitten by this as well. Thanks for the PR @ddattee - can one of the maintainers have a look? @romainruaud @afoucret |
Seeing this as well with Steps to reproduce
Expected result
Actual result
@afoucret & @romainruaud Seems like an issue implementing an interface as @ddattee mentioned. |
Still seeing this on 2.3.0. @afoucret & @romainruaud is there any discussion on this issue at all? |
Up, using Magento as a back-end solution, the search through API is unusable with ElasticSuite... |
Hello, this is a known issue, and this is being developped internally, but under prioritized for now. We'll give an update on the subject with @afoucret soon. regards |
Linked to #217 |
Closed for being a duplicate of #217 |
* Code cleaning * Code cleaning * Code cleaning * Code cleaning (phpmd) * Code cleaning * Code cleaning (phpmd) * Code cleaning * Code cleaning (phpmd)
While doing a search throught the nativ REST API
I stumble upon this error :
Which come from the fact that in
Search/Adapter/ElasticSuite/Adapter.php
on l.75 and l.94 the function await aMagento\Framework\Search\RequestInterface
which has nogetType
method.The text was updated successfully, but these errors were encountered: