This repository was archived by the owner on Jan 15, 2021. It is now read-only.
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
"yotta search" doesn't work properly #726
Open
Description
The behaviour of "yotta search" is ocasionally strange, but it seems like sometimes it doesn't work at all. I was trying to look for mbed-hal-nordic
in the registry today. This command:
$ yt --plain search -s --limit 10000 mbed-hal-nordic
[long output follows]
doesn't list mbed-hal-nordic
at all. However, if I search for nordic
instead:
$ yt --plain search -s nordic
mbed-hal-nordic 2.0.0: mbed low-level Hardware Abstraction Layer implementation for Nordic microcontrollers
[more data follows]
yotta version: 0.11.0
EDIT: also tried version 0.14.1, same thing.