rez_core 2.1.42 → 2.1.43

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "2.1.42",
3
+ "version": "2.1.43",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -460,7 +460,7 @@ export class FilterService {
460
460
  case 'date':
461
461
  return this.buildDateCondition(attr, op, val, key);
462
462
  case 'select':
463
- return this.buildSelectCondition(attr, op, val, key);
463
+ return this.buildMultiSelectCondition(attr, op, val, key);
464
464
  case 'multiselect':
465
465
  return this.buildMultiSelectCondition(attr, op, val, key);
466
466
  case 'year':