jabra
jabra
CCConvex Community
Created by jabra on 3/26/2025 in #support-community
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");
}
withSearchIndex(_indexName: any, _searchFilter: any): any {
throw new Error("Cannot paginate withSearchIndex");
}
5 replies