tekinged / missing

The repository where the tekinged.com committee tracks and defines missing words. Anyone can join!
https://tekinged.com
Apache License 2.0
4 stars 0 forks source link

BUG: Variants are not always highlighted in search #370

Closed johnbent closed 1 year ago

johnbent commented 1 year ago

Example: CHAKKAI is not highlighted

image
johnbent commented 1 year ago

The problem was that that highlight is using a regex that didn't include '/' as a front boundary. Fixed.

image

FYI @ChrisPerrette , thanks for reporting this. This is fixed now.

ChrisPerrette commented 1 year ago

Hooray!