monkey-front-core 0.0.256 → 0.0.258

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.
@@ -5082,7 +5082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
5082
5082
  /* eslint-disable no-unused-vars */
5083
5083
  var OpSearch;
5084
5084
  (function (OpSearch) {
5085
- OpSearch["LIKE"] = ":*:value*";
5085
+ OpSearch["LIKE"] = ":'*:value*'";
5086
5086
  OpSearch["BETWEEN"] = ":first AND :last";
5087
5087
  OpSearch["OR"] = "OR";
5088
5088
  OpSearch["AND"] = "AND";