fix(index): Apply various fixes to the index engine (#12501)
This commit is contained in:
committed by
GitHub
parent
32be40a2c0
commit
59bbff62d8
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user