I am using mongodb-driver-core 4.9.0, and noticed that the library does not offer many operators, like equals
as mentioned in https://www.mongodb.com/docs/atlas/atlas-search/equals/
May I ask if I am missing anything here, or I would have to use SearchOperator.of(...)
here? If so, I tried to pass in the equals Bson document, but it does not work in my query.
Looks forwards to your help! Thank you!