-
-
Notifications
You must be signed in to change notification settings - Fork 398
Add author
field to library search scope
#1894
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
Comments
Thanks for reposting for me, it seems the library manager also only shows one author which can also be problematic. So fixing both the display in the ide and helping with search inside the ide lib manager |
Hi @tablatronix
I think you are referring to a bug specific to Arduino IDE 1.x, as reported in your issue as well as others:
However, I can not reproduce this in Arduino CLI and Arduino IDE 2.x:
If you are able to reproduce it with either Arduino CLI or Arduino IDE 2.x, please do submit a bug report about that. |
I did not know about ide 2.x ill test it |
Fixed by #1896 |
Describe the request
Add the
author
field of the library index to the search scope of thearduino-cli lib search
command.🙂 The chances of finding a library by searching for the name of its author will be increased.
Describe the current behavior
The scope of
arduino-cli lib search
is the following fields of the library index:arduino-cli/commands/lib/search.go
Line 44 in 5730e2e
name
sentence
paragraph
The
author
field of thelibrary.properties
metadata file of Arduino libraries contains the name of the author(s) of the library.🙁 It is difficult to find libraries by searching for the author name.
Arduino CLI version
5730e2e
Operating system
Windows
Operating system version
10
Additional context
Originally requested by @tablatronix at arduino/Arduino#11679
Related: #1893
Issue checklist
The text was updated successfully, but these errors were encountered: