@syncfusion/ej2-filemanager 20.1.47 → 20.1.52-10460

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.
@@ -5321,7 +5321,7 @@ var LargeIconsView = /** @__PURE__ @class */ (function () {
5321
5321
  else {
5322
5322
  for (var i = 0, len = this.items.length; i < len; i++) {
5323
5323
  var name_2 = getValue('filterPath', this.items[i]) + getValue('name', this.items[i]);
5324
- if (items.indexOf(name_2) !== -1) {
5324
+ if ((items.indexOf(name_2) !== -1) || (items.indexOf(getValue(filterName, this.items[i])) !== -1)) {
5325
5325
  indexes.push(i);
5326
5326
  }
5327
5327
  }