-
Notifications
You must be signed in to change notification settings - Fork 90
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
on search error #47
Comments
This can happen when ES is not running, this is due to the fact that Magento falls back to it's standard search engine, and then uses its native Collection model which does not have this method. Are you still facing the issue ? |
i am glad you replied, no it was solved, only the elastic search was not running |
Fine, then I close this issue. Thank you for submitting it. |
I suggested a pull request to solve the error when ES server is down, unavailable or disabled in Magento config: #88 |
ES server unavailability should be handled, by making it available. |
Two points: |
1.) Just scale your cluster, make it unbreakable. Depends on reason of failure. Make your system successful to attract DDoS |
@kirmorozov Have you looked at the source lines generating the error? Better keeping a case with an unhandled "undefined methode" error? Really? |
Hi guys, I tired to select |
@riconeitzel Thanks for your reply! Yet, #88 is not merged yet, I'm I wrong? If so: which tag/release has it? |
No Tag … also this repo looks like there's no active maintainer … just take the code and put that into your system!
Rico
|
Thanks Rico, I will! |
Fatal error: Call to undefined method Mage_Catalog_Model_Resource_Product_Collection::isSpellchecked() in /home/esajee/public_html/esajee.com/app/code/community/Smile/ElasticSearch/Block/Catalogsearch/Result.php on line 31
it was running fine before, not sure what we change in setting of attributes that this error came
The text was updated successfully, but these errors were encountered: