-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Search functionality on documentation site is not working #8150
Copy link
Copy link
Description
Problem
The search functionality on the Webpack documentation site appears to be non-functional.
When interacting with the search input on the site:
- typing into the search input does not return results
This makes it difficult to navigate and find relevant documentation content efficiently.
Steps to Reproduce
- Go to: https://webpack.js.org/
- Click on the search icon in the navigation bar
- Attempt to type a query
Expected Behavior
- A search input should open (if hidden initially)
- Typing a query should return relevant documentation results
Actual Behavior
- No visible response/search
results are shown
- Search appears to be non-functional
Environment
- Browser: [e.g. Chrome 146]
- OS: [e.g. Windows 10]
Suggestion
Investigate:
- whether the search script is correctly initialized
- if search data/index is being loaded
- any console errors related to search functionality
I’d be happy to help investigate or work on a fix if guidance is provided on where the search implementation lives.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels