dauxio / daux.io

Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
https://daux.io/
MIT License
797 stars 195 forks source link

Autocomplete for search #28

Closed brusch closed 5 years ago

brusch commented 7 years ago

It would be pretty handy to have some kind of autocomplete with which you can jump directly to the desired page in the search, without opening the search results modal.

What do you think?

onigoetz commented 6 years ago

Nice idea, I'll consider it when working on the Search feature again. I plan to make some improvements on the search library.

celbasi commented 6 years ago

this would be nice too!

onigoetz commented 5 years ago

I implemented using flexsearch as a library to have more accurate results. I will not implement autocomplete for the moment however