I\'m using Spring Data with MongoDB using MongoRepository.
I was wondering if it is possible do a delete by filter using query annotation. I have been looking here and g
How to delete a list of ids in the query ?
@Query(value="{idList : $0}", delete = true)