Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search index not being propagated #1444

Open
linonetwo opened this issue Aug 21, 2023 · 2 comments
Open

Search index not being propagated #1444

linonetwo opened this issue Aug 21, 2023 · 2 comments
Labels
area:packages 🪲 bug Something isn't working 🌿 upstream Issues related to Upstream dependencies

Comments

@linonetwo
Copy link

linonetwo commented Aug 21, 2023

截屏2023-08-22 00 21 41

I'm reproducing a bug that better-sqlite3 crush electron after electron upgrade from 25.2.0 to 26.0.0
Immediately crush with const db = require('better-sqlite3')(':memory:', { verbose: console.log });

But I can't find the "better-sqlite3": "^8.5.1" I need in the Modules list, and there is no way to modify it.

I also try save/load/direct-modify a fiddle:

截屏2023-08-22 00 31 14

It works

截屏2023-08-22 00 32 33

Fiddle Version 0.34.0 (25.4.0)

@dsanders11
Copy link
Member

Thanks for the report. This is unfortunately an upstream issue where the search index is at times not being updated (for extended periods of time). We should look into a UI change to balance providing results from the search index with the ability to manually override it in situations like this.

@erickzhao
Copy link
Member

Yes, this is an upstream issue with https://replicate.npmjs.org, which powers our Algolia search index.

See:
https://github.com/npm/registry/blob/master/docs/REPLICATE-API.md
https://github.com/npm/feedback/discussions/937

@erickzhao erickzhao changed the title In Modules, can't find latest release of better-sqlite3 Search index not being propagated Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:packages 🪲 bug Something isn't working 🌿 upstream Issues related to Upstream dependencies
Projects
None yet
Development

No branches or pull requests

3 participants