-
Notifications
You must be signed in to change notification settings - Fork 139
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
In the references, classes don't show up in the filter search #717
Comments
I would like to work on this. |
Hi @davepagurek, I'd love to work on this issue if it's still available! It seems like the filtering logic needs to include subcategory names to ensure elements like p5.Element appear in search results. I can investigate the current filtering implementation and update it accordingly. Please let me know if I can proceed! Looking forward to your response. 🚀 |
@davepagurek the filter bar searches for methods containing the search word not for titles, correct me if I am wrong, but if it were to search for titles as well it would be a completely new feature! |
You are correct @krishna4040 . It searches for only methods present in the classes, not sub-classes or sub-categories. |
Hey @davepagurek can i take on this issue if it is okay with you |
hey sorry for the delay on this, @swastikCommits since you asked first, are you still interested in taking this on? |
Hi all, sorry all for the delays in responses! As @swastikCommits has not responded, @Bhumika-00 @Sujith-43 or @webermayank are any of you still interested? I'll assign it to the first person to comment. Thanks so much for your understanding and patience. |
Yes @ksen0 i would like to take on the issue and will come up with solution as soon as possible |
Thanks @webermayank , go ahead. Sorry everyone else that I was late to this thread! But this way it can proceed:) I hope you're able to find another place to contribute. |
Most appropriate sections of the p5.js website?
Reference
What is your operating system?
Mac OS
Web browser and version
Firefox 135
Actual Behavior
If I filter for "Element",
p5.Element
doesn't show up:Expected Behavior
It does exist, it's just a subcategory of DOM (at the bottom of this screenshot):
We probably need to include subcategory names in the filtering.
Steps to reproduce
No response
Would you like to work on the issue?
Someone else is free to implement this!
The text was updated successfully, but these errors were encountered: