Skip to content

Commit af1a257

Browse files
committed
Merge branch 'chore-enable-search-by-addons-field' into stage
2 parents c415393 + 602cc54 commit af1a257

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/models/eventsFactory.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ class EventsFactory extends Factory {
221221
$options: 'i',
222222
},
223223
},
224+
{
225+
'event.payload.addons': {
226+
$regex: escapedSearch,
227+
$options: 'i',
228+
},
229+
},
224230
],
225231
}
226232
: {};

0 commit comments

Comments
 (0)