-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.4.2
-
Component/s: Feature Request
-
None
-
Environment:software platform
Please refer my question: ``Is there an option to perform the "In" operation on strings?`` for more details:
https://jira.mongodb.org/browse/CSHARP-494
There is no equivalent to this mongo query in c# driver to linq:
db.Feeds.find({ShortDescription:{$in:[/sunil/, /raj/]}})
The Predicatebuilder wraps the string content with double quotes, which affects the result. Please fix/ add this feature.
Thanks..
- is duplicated by
-
CSHARP-494 Support Regular Expressions for $in query builders on strings
- Closed
- is related to
-
CSHARP-493 LINQ - Allow Regex Usage inside $all
- Backlog