Skip to content

Commit

Permalink
add missing allowUseDisk to ReadModelTenantQueries.getCertifiedAttrib…
Browse files Browse the repository at this point in the history
…utes
  • Loading branch information
beetlecrunch committed Jan 31, 2024
1 parent c667868 commit c04ea24
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ object ReadModelTenantQueries extends ReadModelQuery {
filterPipeline ++
Seq(projection, sort(ascending("lowerName"))),
offset = offset,
limit = limit
limit = limit,
allowDiskUse = true
)
// Note: This could be obtained using $facet function (avoiding to execute the query twice),
// but it is not supported by DocumentDB
Expand Down

0 comments on commit c04ea24

Please sign in to comment.