seongjaelee / nvatom

nvatom (unpublished from atom.io)
MIT License
75 stars 14 forks source link

Make title search independent from DocQuery search #30

Open seongjaelee opened 9 years ago

seongjaelee commented 9 years ago
  1. Title search should not be affected by lunr pipeline.
  2. Also, initial search loading takes a lot of time. This is reasonable since searching the entire docs is a huge task.

Therefore, show title search first, and async load the result from docQuery search.

seongjaelee commented 9 years ago

https://github.com/seongjaelee/nvatom/tree/feature-30