Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove SearchController usage example
Browse files Browse the repository at this point in the history
MartinCupela committed Dec 20, 2024

Verified

This commit was signed with the committer’s verified signature.
wei1769 Wei Lin
1 parent c44aab3 commit 50274cb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/experimental/Search/SearchController.ts
Original file line number Diff line number Diff line change
@@ -649,14 +649,3 @@ export class SearchController<
}));
};
}

// Usage example:
// const controller = new SearchController<
// [
// UserSearchSource<DefaultStreamChatGenerics>,
// ChannelSearchSource<DefaultStreamChatGenerics>,
// ChannelByMessageSearchSource<DefaultStreamChatGenerics>,
// ]
// >();
//
// const items = controller.items;

0 comments on commit 50274cb

Please sign in to comment.