diff --git a/web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js b/web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
--- a/web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
+++ b/web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
@@ -1573,7 +1574,7 @@
             } else {
               productText = '%' + productFilterText.getValue() + '%';
             }
-            characteristicfilter.params = [productText, productCategory.filter ? productCategory.params[0] : category, characteristicParams];
+            characteristicfilter.params = [productText, productCategory.filter ? productCategory.params[0] : category, characteristicParams, brandparams.join(',')];
             remoteCriteria.push(characteristicfilter);
           }
         }

