-
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
Unable to use decimal aatribute #27
Comments
Hello @roshnibharambe, When you talk about decimal, what do you mean? Can you give me an example please? |
Hello @nicosomb , decimal means 1.2 , 0.01. |
OK, so it seems to be like my tests. Did you launch a reindex after your changes? |
Yes. i have re-indexed all data twice. On Fri, Aug 28, 2015 at 2:40 PM, Nicolas Lœuillet notifications@github.com
Thanks & Regards, |
The bug is well known. I have to backport the patch a colleague of me has done for a project in order to be able to use it has a filter. |
This have been fixed since 79d980e. If you are using ES > 1.7 (officially not supported), be careful that you should add this to your elasticsearch.yml config file :
|
We have some attributes which haves decimal values. I have installed this module and it works fine for all values except decimal.
It gives me the following error.
Call to undefined method Smile_ElasticSearch_Helper_Data::getAttributeFieldName() in app/code/community/Smile/ElasticSearch/Model/Catalog/Layer/Filter/Decimal.php on line 136.
Is it possible to have decimal attribute values with this module?
The text was updated successfully, but these errors were encountered: