fix(index): Apply various fixes to the index engine (#12501)

This commit is contained in:
Carlos R. L. Rodrigues
2025-05-19 15:14:25 -03:00
committed by GitHub
parent 32be40a2c0
commit 59bbff62d8
20 changed files with 194 additions and 133 deletions

View File

@@ -232,7 +232,7 @@ export class Query {
pagination: {
// We pass through `take` to force the `select-in` query strategy
// There might be a better way to do this, but for now this should do
take: queryOptions.pagination?.take,
take: queryOptions.pagination?.take ?? indexResponse.data.length,
},
}