Skip to content

Commit 29750d5

Browse files
committed
Merge branch 'chore-search-in-context' into stage
2 parents 48b7b8e + 76dcd32 commit 29750d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/models/eventsFactory.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@ class EventsFactory extends Factory {
215215
$options: 'i',
216216
},
217217
},
218+
{
219+
'event.payload.context': {
220+
$regex: escapedSearch,
221+
$options: 'i',
222+
},
223+
},
218224
],
219225
}
220226
: {};

0 commit comments

Comments
 (0)