-
-
Notifications
You must be signed in to change notification settings - Fork 398
Contributed Arduino libraries not seen #104
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
Additionally, when I do a CLI search for "Grove", one of the many items that is found is this:
That's the library I'm looking to install. Yet when I search for "grove bme280" (or capitalised variants of that string), that library is not found, even though both words are in the title of that library. // update. It seems the name has to be perfectly entered in, down to the dash.
|
See #107 for algorithm suggestions |
Any progress? |
Probably the IDE searchs in the Author field too, we must do the same thing on the cli too. |
Unify CLI flag strings with strings shown in output
As mentioned in this issue a search for a certain library fails, even though the same search in the IDE does work.
To replicate:
Do the CLI and IDE have different search mechanisms or different databases they search in?
The reason I ask is because I'm building a browser based IDE on top of the CLI. It tries to auto-install libraries, searching for the name in the #include tag. This works for most libraries so far, but failed at this one.
The text was updated successfully, but these errors were encountered: