Skip to content

Commit 76dcd32

Browse files
committed
Chore: Search in context
1 parent 6cca835 commit 76dcd32

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
@@ -207,6 +207,12 @@ class EventsFactory extends Factory {
207207
$options: 'i',
208208
},
209209
},
210+
{
211+
'event.payload.context': {
212+
$regex: escapedSearch,
213+
$options: 'i',
214+
},
215+
},
210216
],
211217
}
212218
: {};

0 commit comments

Comments
 (0)