diff --git a/node/src/remote/index.ts b/node/src/remote/index.ts index 1130e9ce..c870db7c 100644 --- a/node/src/remote/index.ts +++ b/node/src/remote/index.ts @@ -154,10 +154,10 @@ export class RemoteQuery extends Query { queryVector, (this as any)._limit, (this as any)._nprobes, + (this as any)._prefilter, (this as any)._refineFactor, (this as any)._select, - (this as any)._filter, - (this as any)._prefilter + (this as any)._filter ) return data.toArray().map((entry: Record) => {