@syncfusion/ej2-querybuilder 20.2.48 → 20.2.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4003,7 +4003,7 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
4003
4003
  }
4004
4004
  }
4005
4005
  else if (field && field.indexOf(this.separator) > -1) {
4006
- if (columns[i].field === field.split(this.separator)[0]) {
4006
+ if (this.separator !== '' && columns[i].field === field.split(this.separator)[0]) {
4007
4007
  column = columns[i];
4008
4008
  break;
4009
4009
  }