-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Atlas Search, Builders
-
None
While https://jira.mongodb.org/browse/CSHARP-4927 isn't done (and any future added operators to Atlas Search), it would be helpful to have a "Custom" operator method on SearchDefinitionBuilder that takes
- string operatorName
- BsonDocument properties
and adds it to the SearchDefinition in the Filter/Must/etc as desired so we don't have to convert our entire query to BsonDocument or a JSON string.
It would make later migration to official helpers more easy.
- is related to
-
CSHARP-4927 Add support for Atlas Search $in operator to builder
- Closed