Skip to content

Commit fbd902a

Browse files
committed
MAGETWO-60246: [Backport] - [Github]Magento 2.1.1 Problem with change currency #6746 - for 2.1.x
1 parent fb6c5a5 commit fbd902a

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext

1 file changed

+3
-0
lines changed

app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,11 @@ public function addFieldToFilter($field, $condition = null)
281281
}
282282

283283
/**
284+
* Create and add new filter to search criteria
285+
*
284286
* @param string $field
285287
* @param mixed $value
288+
* @return void
286289
*/
287290
private function addFilterToSearchCriteria($field, $value)
288291
{

0 commit comments

Comments
 (0)