--- a/modules/org.openbravo.warehouse.advancedwarehouseoperations/src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/ProductSelector.java	2024-01-22 11:01:17.438145000 +0100
+++ b/modules/org.openbravo.warehouse.advancedwarehouseoperations/src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/ProductSelector.java	2024-01-22 11:02:38.124965000 +0100
@@ -179,7 +179,7 @@
     if (jsonsent.has("filterText") && !StringUtils.isEmpty(jsonsent.getString("filterText"))) {
       if (OBMOBCUtils.isJsonObjectPropertyStringPresentNotNullAndNotEmptyString(
           jsonsent.getJSONObject("extraParams"), "onlyUPC")) {
-        hql += " and upper(pr.uPCEAN) like :filterParam ";
+        hql += " and upper(pr.uPCEAN) = '" + jsonsent.getString("filterText").toUpperCase() + "' ";
       } else {
         // Product: SearchKey/UPC/Name
         // Locator: SearchKey
