art-w / sherlodoc

Fuzzy type search for OCaml documentation
MIT License
73 stars 6 forks source link

Searching for operators has too many edge cases #26

Open art-w opened 8 months ago

art-w commented 8 months ago

Searching for operators has a bunch of unexpected edge cases:

I believe we could be a tiny bit smarter by checking the neighbors of the splitting characters to make operator searching more smooth :)