Describe the bug
It appears that search won't look for string match in board.name but only look for the prefix boardname.
To Reproduce
Steps to reproduce the behavior:
arduino:avr core installedExpected behavior
One would expect the search to happen in the strings comprising the board name.
In the specific case look for the content of diecimila.name=Arduino Duemilanove or Diecimila
Screenshots


Desktop (please complete the following information):
Additional context
n/a
Also by just typing "arduino" in the search field if you have esp8266 core installed it will show a board named "arduino" and let you select it, which will bring up an error on compile



The first part of the issue has been fixed. We support fuzzy-search for the boards:






Regarding the second part of the issue and the arduino-esp8266 is not a valid FQBN error; it is tracked already here. The problem is caused by the hyphen (‐) in the FQBN. I have already removed the flawed FQBN validation and we rely on the CLI from the Pro IDE.
I consider this task as done and will be available in the next release.
yes!
thank you, @kittaakos
I'll close this once I test the release
I consider this task as done
I do not like the fuzzy search as-is; I am going to rework the boosting a bit.
Most helpful comment
The first part of the issue has been fixed. We support fuzzy-search for the boards:
Regarding the second part of the issue and the
arduino-esp8266 is not a valid FQBNerror; it is tracked already here. The problem is caused by the hyphen (‐) in the FQBN. I have already removed the flawed FQBN validation and we rely on the CLI from the Pro IDE.I consider this task as done and will be available in the next release.