We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa47937 + 9daf8d0 commit 5eb4f34Copy full SHA for 5eb4f34
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.1.27",
+ "version": "1.1.28",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
src/models/eventsFactory.js
@@ -221,6 +221,12 @@ class EventsFactory extends Factory {
221
$options: 'i',
222
},
223
224
+ {
225
+ 'event.payload.addons': {
226
+ $regex: escapedSearch,
227
+ $options: 'i',
228
+ },
229
230
],
231
}
232
: {};
0 commit comments