-
-
Notifications
You must be signed in to change notification settings - Fork 398
core search
should support platform ID match
#612
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
kittaakos
pushed a commit
to kittaakos/arduino-cli
that referenced
this issue
Mar 12, 2020
Closes arduino#612. Signed-off-by: Akos Kitta <[email protected]>
PR: #615 |
kittaakos
pushed a commit
to kittaakos/arduino-cli
that referenced
this issue
Mar 12, 2020
When matching against a Platform#ID, the match must be a case-insensitive exact match. Closes arduino#612. Signed-off-by: Akos Kitta <[email protected]>
rsora
pushed a commit
that referenced
this issue
Mar 20, 2020
When matching against a Platform#ID, the match must be a case-insensitive exact match. Closes #612. Signed-off-by: Akos Kitta <[email protected]>
vinay-lanka
pushed a commit
to vinay-lanka/arduino-cli
that referenced
this issue
Mar 23, 2020
When matching against a Platform#ID, the match must be a case-insensitive exact match. Closes arduino#612. Signed-off-by: Akos Kitta <[email protected]> update compile --build-path to support both relative and absolute flags
vinay-lanka
pushed a commit
to vinay-lanka/arduino-cli
that referenced
this issue
Mar 26, 2020
When matching against a Platform#ID, the match must be a case-insensitive exact match. Closes arduino#612. Signed-off-by: Akos Kitta <[email protected]> update compile --build-path to support both relative and absolute flags
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current implementation of the
core search
checks matches based onarduino-cli/commands/core/search.go
Line 58 in 8483cb2
arduino-cli/commands/core/search.go
Line 68 in 8483cb2
Would it be possible to search by the platform ID?
arduino-cli/rpc/commands/core.proto
Line 88 in 8483cb2
Current behavior:
Expected behavior:
Workaround:
I run a wildcard query and filter the results by the platform ID.
Arduino CLI version:
The text was updated successfully, but these errors were encountered: