-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Worst Logger for #mongoTemplate.find #4860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Feel free to submit a pull request. It would also make sense to cross-check with the reactive implementation. |
This is reproducible with the findByWithSortByScoreViaPageRequestTriggersSortingCorrectly test method for example. The problem here is that inside of the doFind method, there is no access to the sort information directly anymore. The Some references:
|
debug code, :
debug step in main branches : MongoTemplate#find
focus code:
expect
sort: { "sendTime" : -1}
but
sort: { "$or" : [{ "sendUserCode" : "aa"}, { "sendUserCode" : "bb"}]}
The text was updated successfully, but these errors were encountered: