Christoph Strobl

Results 188 issues of Christoph Strobl

related to: spring-projects/spring-data-build#1810

type: task

See: [$expr](https://docs.mongodb.com/manual/reference/operator/query/expr/index.html) Might be a good fit for `MongoExpression` from #3585 - `Criteria.expr(MongoExpression expression)` maybe? Origin: [SO#66320786](https://stackoverflow.com/questions/66320786/spring-data-mongodb-criteria-for-expr) Related: #2750

Related to #3259 (see comments). version: 3.2.5

type: regression

Specifically translate eg. `where("name").is(...).or("name").is(...)` into `$or : [ { "name" : ... }, { "name" : ... } ]`.

type: enhancement
theme: 4.2