Closed
Description
Is your feature request related to a problem? Please describe.
I'm trying to find the Servo Library referenced in the Arduino documentation. Searching for Servo doesn't find the library though, it might be because there's a lot of servo libraries. If I could filter the search results by some more parameters then I could tell if the problem was that the library isn't being found or if I just have to keep scrolling.
Describe the solution you'd like
Some method of entering more precise search criteria. The library.properties
file has several fields that could be searched on.
Describe alternatives you've considered
- An Advances Search button that opens a form with more input fields.
- A system similar to GitHub's search field syntax (e.g.
is:open is:pr author:BanksySan sort:comments-desc
).