@kodaris/krubble-components 1.0.18 → 1.0.19

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.
@@ -2396,7 +2396,7 @@ let KRTable = class KRTable extends i$2 {
2396
2396
  this._def.columns.filter(col => col.searchable).forEach(col => {
2397
2397
  request.queryFields.push({
2398
2398
  name: col.id,
2399
- operation: 'IS',
2399
+ operation: 'CONTAINS',
2400
2400
  value: this._searchQuery,
2401
2401
  and: false
2402
2402
  });