Open
Description
- tidy up code blocks before indexing them (remove
// @noErrors
and/// file
and+++
and so on) - incorporate full breadcrumbs into search — e.g. searching 'transition tutorial' should bring up the transition tutorial (right now it brings up the docs)
- more indication of what the search result is (an exported function? a type? an entire module? etc) — right now we distinguish between documents and fragments, but if you're e.g. searching for reference docs then more specificity might be nice
- fuzzy search on breadcrumbs/titles (not on full text, that's probably too expensive unless we adopt a completely different approach to indexing and searching)
- hints when you open the dialog, above 'recent searches' (example searches and the like)