fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 156 forks source link

Support for $all operator? #286

Closed anat0lius closed 6 years ago

anat0lius commented 7 years ago

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:

@Rule
public FongoRule fongoRule = new FongoRule("meh",true);

didn't work. I've had to discard all the fongo configuration.

nielsfalk commented 6 years ago

It does!

twillouer commented 6 years ago

thanks :)