Closed anat0lius closed 6 years ago
Does fongo support $all operator?
$all
I couldn't use it on a MongoRepository with @Query: https://stackoverflow.com/questions/44548170/how-do-i-pass-an-array-to-a-mongorepository-query/44560911
Btw, switching to real mongo with:
@Rule public FongoRule fongoRule = new FongoRule("meh",true);
didn't work. I've had to discard all the fongo configuration.
It does!
thanks :)
Does fongo support
$all
operator?I couldn't use it on a MongoRepository with @Query: https://stackoverflow.com/questions/44548170/how-do-i-pass-an-array-to-a-mongorepository-query/44560911
Btw, switching to real mongo with:
didn't work. I've had to discard all the fongo configuration.