| Hi Christian, are you able to use the query as I outlined in my prior comment rather than the #find method? That would at least work as a workaround. Thinking about this a bit more over-night, I am inclined not to change the current #find implementation as I’m afraid there may be users that are expecting the behavior that you found to be problematic although let me confer with the team and decide on a consensus. If nothing else, I do think the #find method’s javadoc would need to be updated if the current implementation is kept none-the-less. If we do decide to keep the existing functionality as-is, I can look to add a #findExact helper method that basically constructs the query with the additional predicate to get the same result as my prior comment’s query would return you. |