WuTheFWasThat / vimflowy

An open source productivity tool drawing inspiration from workflowy and vim
https://www.wuthejeff.com/vimflowy
MIT License
1.6k stars 111 forks source link

Search results limit #337

Closed shady2k closed 2 years ago

shady2k commented 4 years ago

I noticed that some lines are not displayed when searching. In the code, I found a limit on the number of results. const { nresults = 10, case_sensitive = false } = options; 10 is very small. Is it possible to implement the search as follows: first output 10 and show the line "Load more", then download the next part. Now it looks like bug.