nvatom
nvatom copied to clipboard
Make title search independent from DocQuery search
- Title search should not be affected by lunr pipeline.
- 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.
https://github.com/seongjaelee/nvatom/tree/feature-30