deleteFromCacheByFields
fails when the query only uses one field
#81
Labels
deleteFromCacheByFields
fails when the query only uses one field
#81
For example.
and
generate different keys, for this case it will generate:
{"tag":{"$oid":"6151e9b4b005977991064607"}}
and{"tag":[{"$oid":"6151e9b4b005977991064607"}]}
respectively; which will prevent the method from behaving correctlythe issue is generated here
The text was updated successfully, but these errors were encountered: