Open
Description
It'd be nice to execute all update options in update repositories like:
@Query("{}")
@Update("{${'$'}set: {'productDetails.${'$'}[elem].isExcluded': false}}, {arrayFilters: [{'elem.id': ?0}]}")
suspend fun deleteProductDetailById(productId: String): Int
But mongo repositories seems to not recognize arrayFilters.
Activity
christophstrobl commentedon May 23, 2024
Thank you @andersonfaria-hotmart for bringing this up - would be a nice enhancement.