You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refer below code, It's work on spring-data-mongoDB 2.1.7.RELEASE, expect aFilter and bFilter will apply in query, but after upgrade to latest version(2.4.2), only bFilter work and aFilter will be ignore.
refer below code, It's work on spring-data-mongoDB 2.1.7.RELEASE, expect aFilter and bFilter will apply in query, but after upgrade to latest version(2.4.2), only bFilter work and aFilter will be ignore.
there are workaround in my code is using query().addCriteria to replace criteria.andOperator()
i believe this bug is caused by DATAMONGO-2314 removed .alike criteriaChain of code, please help to check, thanks.
this is reproduce issue example: https://github.com/kioyong/spring-data-mongodb-bug
just need to run mvn test to reproduce it.
The text was updated successfully, but these errors were encountered: