I'd like to propose the following improvement:
Making the search support fuzzy matches using an engine like Lunr.js
This way if I misspelled a class or method name it would still show up.
Earlier today I was looking for a wrong class name (I added an extra s to Location) and was getting API modules instead of the Location module. It would have been really useful if it had matched both results.
I'd like to propose the following improvement:
Making the search support fuzzy matches using an engine like Lunr.js
This way if I misspelled a class or method name it would still show up.
Earlier today I was looking for a wrong class name (I added an extra
stoLocation) and was getting API modules instead of theLocationmodule. It would have been really useful if it had matched both results.