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
Set negative values in the attribute; in the example below I set 3 products with the following values -- Temperature=-10 Temperature=-15, Temperature=-25
Search for the products that the attribute was set
The Slider should show up just fine on the layered navigation, but if you filter it does not return any result
Expected result
The results should filter the negative values according to the slider
Actual result
The filter is not performed correctly as shown below:
Before filtering:
After changing filter:
After pressing OK:
It seems that since the filter uses the character "-" as the range separator, the engine is not able to parse numbers that have a minus signal on its values.
The text was updated successfully, but these errors were encountered:
Preconditions
NGINX 1.12.2
PHP 7.0.25
Elasticsearch 5.6.8
Magento Version : 2.2.2 CE
ElasticSuite Version : 2.4.0
Environment : Developer mode
Steps to reproduce
Expected result
Actual result
Before filtering:
After changing filter:
After pressing OK:
It seems that since the filter uses the character "-" as the range separator, the engine is not able to parse numbers that have a minus signal on its values.
The text was updated successfully, but these errors were encountered: