algolia / npm-search

🗿 npm ↔️ Algolia replication tool :skier: :snail: :artificial_satellite:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use list of @types instead of doing one query per package

bodinsamuel opened this issue · comments

There is a lot of way to do that, but one simple is this one:

Microsoft create a .json with all packages on every deploy
https://github.com/microsoft/types-publisher#create-a-search-index
https://typespublisher.blob.core.windows.net/typespublisher/data/search-index-min.json

This looks interesting! @orta, do is this URL static and safe to use for this?

(Came here after @orta asked me) Yes, the URL is static and TypeSearch already depends on this index, so types-publisher will continue to publish it.

Please do use it; I'd rather have people discover types integrated into the rest of the ecosystem instead of going to a separate site like TypeSearch.

Done in #639