Skip to content

Commit 8b49265

Browse files
committed
feat(allowed): adds text search operators
1 parent 16aceff commit 8b49265

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/allowed.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ export const ALLOWED_OPERATORS = [
2828
'$geoIntersects',
2929
// Text Search Operators
3030
'$text',
31+
'$search',
32+
'$language',
33+
'$caseSensitive',
34+
'$diacriticSensitive',
35+
3136
// Bitwise Operators
3237
'$bitsAllSet',
3338
'$bitsAnySet',

0 commit comments

Comments
 (0)