raise-common-lib 0.0.106 → 0.0.107

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.
@@ -589,6 +589,10 @@
589
589
  args.requestType === "sorting")) {
590
590
  this.startPaging = true;
591
591
  }
592
+ if (args.requestType == "filterchoicerequest" ||
593
+ args.requestType === "filtersearchbegin") {
594
+ args.filterChoiceCount = 15000;
595
+ }
592
596
  this.actionBegin.emit(args);
593
597
  };
594
598
  /**