Use fuse.js for regular contact search

This commit is contained in:
Fedor Indutny
2022-04-07 11:47:12 -07:00
committed by GitHub
parent 085a698a73
commit e1e1cfb892
5 changed files with 26 additions and 50 deletions

View File

@@ -363,10 +363,6 @@ export type DataInterface = {
id: UUIDStringType
) => Promise<Array<ConversationType>>;
searchConversations: (
query: string,
options?: { limit?: number }
) => Promise<Array<ConversationType>>;
// searchMessages is JSON on server, full message on Client
// searchMessagesInConversation is JSON on server, full message on Client