Skip to content

Commit 602cc54

Browse files
committed
feat(search): enable search by addons field
1 parent fa47937 commit 602cc54

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)