Skip to content

Commit

Permalink
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 created on GitHub.com and signed with GitHub’s verified signature.
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.