feathericons / feather

Simply beautiful open-source icons
https://feathericons.com
MIT License
24.86k stars 1.22k forks source link

Bug: Search showing unrelated icons #1248

Open BrynnMartina opened 1 month ago

BrynnMartina commented 1 month ago

Description

When searching the keyword "smile", the appropriate icon pops up, but the bell-off icon also pops up. The bell-off doesn't appear to be connected to the smile icon in any way. Nor do the letters "smile" associate with "bell-off", or its subsequent tags, ["alarm", "notification", "silent"]. Why is the bell-off icon associated with the smile icon?

Steps to reproduce

  1. Got to https://feathericons.com/
  2. Search "smile"

Version

v4.29.0

Browser

Chrome

Operating system

Windows

Checklist

karsa-mistmere commented 1 month ago

I think it's probably because:

smile => sile => silent

The site uses Fuse.js for searching and it's a fuzzy search algorithm.