lucaong / minisearch

Tiny and powerful JavaScript full-text search engine for browser and Node
https://lucaong.github.io/minisearch/
MIT License
4.64k stars 133 forks source link

Async load json #262

Closed scambier closed 3 months ago

scambier commented 3 months ago

I tried to dedupe the code as much as possible. However, the several await calls in inner loops prevent to do this cleanly without reducing code readability.

lucaong commented 3 months ago

It looks great! I will merge this tomorrow, as now it's late here and I want to give it one last look with fresh eyes.