Skip to content

Commit

Permalink
fix id filter optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Dec 14, 2024
1 parent 59ea065 commit 98a565c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ private void planForIdFilter(FindPlan findPlan, List<Filter> filters) {
// handle byId filter specially
if (equalsFilter.getField().equals(DOC_ID)) {
findPlan.setByIdFilter(equalsFilter);
break;
}
break;
}
}
}
Expand Down

0 comments on commit 98a565c

Please sign in to comment.