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
Fixing issue where boolean translations were not taken into account when indexing. Now indexing the attribute store label instead of Yes for booleans, this enhances fulltext relevancy on them.
Copy file name to clipboardExpand all lines: src/app/code/community/Smile/ElasticSearch/Model/Resource/Engine/Elasticsearch/Mapping/Catalog/Eav/Abstract.php
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -612,14 +612,12 @@ protected function _getAllOptionsText($attribute, $storeId)
0 commit comments