Better search/lookup stuff
eritbh opened this issue · 0 comments
eritbh commented
If there's no exact match for e.g. e;docs createmessage it should return the first relevant result, maybe with an "other matches" section in the result or something
- classless method search (e.g. searching
editStatuswould result the same asclient editStatus) - basic inclusion checking (searching for
ditSwould result the same aseditStatus - basic typo tolerance (
editStatis-->editStatus) (+- 2ish characters) (maybe use this? https://github.com/krisk/fuse)