Brant Strand

Results 3 comments of Brant Strand

The problem is caused by code cleaning up the Glyph names when creating the index, wherein instances of the string ' a ' are removed. ``` item.name .replace(/-[0-9]/g, '') .replace('...

Just to expand on the second thing with both spaces being stripped a bit (sorry, not filing a new issue), an example of what it breaks: There is a glyph...

A few ideas for improvements in this area: 1. Rank exact keyword matches higher in the results than substring matches. This seems like a generally sound principle, but one concrete...