diff --git a/ts/components/emoji/lib.ts b/ts/components/emoji/lib.ts index 800d06cbd..4b47f1ef9 100644 --- a/ts/components/emoji/lib.ts +++ b/ts/components/emoji/lib.ts @@ -222,7 +222,7 @@ const fuse = new Fuse(data, { shouldSort: true, threshold: 0.2, minMatchCharLength: 1, - keys: ['short_name', 'name'], + keys: ['short_name'], }); export function search(query: string, count = 0): Array {