-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Description
Increasing Access
Currently, the keyword search on the website often does not help users find what they look for. This is evident in usability testing, and in issue reports. To make the information on the site more accessible, search should be improved.
Most appropriate sub-area of p5.js?
Other (specify if possible)
Feature request details
- Here is the current search script: https://github.com/processing/p5.js-website/blob/main/src/scripts/builders/search.ts
- There is also a filter on reference: https://github.com/processing/p5.js-website/blob/main/src/components/ReferenceDirectoryWithFilter/index.tsx
- Commit introducing main portion of current search: 993e6c5
- This issue is for research for what's possible technically: comments and draft PRs that demonstrate an idea are welcome from different people! But it is not yet ready for focused work. But keep in mind if you make a PR it may be closed.
Related issues
- Allow searching through the descriptions of reference pages, and not just through their titles #493 search through descriptions
- Reintroduce search field suggestions dropdown #459 search field suggestions dropdown feature
- CodeEmbed/frame.tsx: p5.sound never loads in iframes + postMessage uses wildcard origin #1249 searchProvider bug
Reactions are currently unavailable