jabraJ
Convex Community10mo ago
4 replies
jabra

stream support for withSearchIndex ?

I really the new stream feature but it seems that it doesn't support withSearchIndex? Do you have an estimate when it will be implemented?

https://github.com/get-convex/convex-helpers/blob/main/packages/convex-helpers/server/stream.ts#L602

withSearchIndex(_indexName: any, _searchFilter: any): any {
    throw new Error("Cannot paginate withSearchIndex");
  }
GitHub
A collection of useful code to complement the official packages. - get-convex/convex-helpers
convex-helpers/packages/convex-helpers/server/stream.ts at main · ...
Was this page helpful?