parcel-bundler / website

🌎 Parcel website
https://parceljs.org
MIT License
350 stars 466 forks source link

Fixed PluginSearch page's badRequest error #1044

Closed gxy5202 closed 2 years ago

gxy5202 commented 2 years ago

Fixed issue: #1042 The PluginSearch page cannot be displayed normally.

Cause: A wrong request parameter.

  1. "restrictSearchableAttributes: ["_searchInternal.alternativeNames"]". This parameter causes a 400 badRequest error.This error caused the page to fail to display search results;
  2. I've tested in my local. After removing this parameter, the page will display normally.
  3. I've just commented out the line and added a description.
vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
website ✅ Ready (Inspect) Visit Preview Aug 12, 2022 at 2:33PM (UTC)
mischnic commented 2 years ago

Can you just remove that line completely?

gxy5202 commented 2 years ago

Can you just remove that line completely?

Now I've deleted that line