crud-service icon indicating copy to clipboard operation
crud-service copied to clipboard

Support $text operator on collection that do not use encryption while the service is configured with it

Open TheRusCompass opened this issue 2 years ago • 0 comments

When the crud service is configured to use CSFLE with MongoDB the $text operator is not usable on any collection, even the ones that don't require encryption.

$text operator is explicitly rejected by mongo: https://www.mongodb.com/docs/manual/reference/security-client-side-query-aggregation-support/#supported-query-operators

However I may have different collections, and using encryption on one shouldn't block me from using text search on another collection

TheRusCompass avatar Feb 06 '23 17:02 TheRusCompass