Skip to content

Commit

Permalink
query by label without 80w limit
Browse files Browse the repository at this point in the history
fix #36

Change-Id: I60ecca5cafc52c65f4319e5d166ebe93140dca6d
  • Loading branch information
zhoney authored and Linary committed Oct 11, 2018
1 parent 06e64c7 commit 311024f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ private Set<Id> queryByLabel(ConditionQuery query) {
// Set offset and limit to avoid redundant element ids
indexQuery.limit(query.limit());
indexQuery.offset(query.offset());
indexQuery.capacity(query.capacity());

return this.doIndexQuery(il, indexQuery);
}
Expand Down

0 comments on commit 311024f

Please sign in to comment.