-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The documentation search feature is not returning results for valid keywords. For example, searching "Introduction" returns either no results or "No results for 'Introduction'", even though the docs include an Introduction section/page.
This issue was detected using Playwright regression testing.
Steps to Reproduce
- Open https://gridjs.io/docs
- Click the search button (DocSearch / Algolia)
- Type: Introduction
- Observe the result list
Expected Behavior
Search should return relevant results such as "Introduction" / "What is Grid.js?" (or related Intro pages).
Actual Behavior
Search shows no results for a valid query (e.g., "No results for 'Introduction'") or gets stuck loading without results.
Test
Evidence
- Screenshot showing "No results for 'Introduction'"
- Failing Playwright test assertion detecting the "No results" message
Defect
Environment
- OS: Windows
- Browser: Chromium (Playwright)
- Tool: Playwright Test
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working