samwho / symbol.wtf

A dumb website I made for when I need a symbol.
https://symbol.wtf/
MIT License
61 stars 42 forks source link

Improve symbol search with fuzzy matching #62

Closed numist closed 5 months ago

numist commented 5 months ago

Updates search functionality to support non-contiguous character matching, including a scoring function for ordering by match relevancy, adapted from the version originally implemented for https://github.com/numist/numi.st/pull/85 / #21.

As an example: searching for oe will now match One Half (½), but OE (œ) scores better.

samwho commented 5 months ago

@numist thank you 🙏