19:13 <+ddnet-discord> @heinrich5991 sqlstr::FuzzyString puts '%' between every char from a given string so sql searches using LIKE do a fuzzy search, I did not code it though, just moved it around a bit 21:58 <+nemo2> huh. interesting way to do a fuzzy search 21:58 <+nemo2> so far at work I've been using substring, tolower and metaphone 21:58 <+nemo2> (in sql) 21:58 <+nemo2> as well as stripping non-alpha