Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
220 stars 70 forks source link

[Feature request] Device search matches IoT Hub portal #627

Open rtheil-growlink opened 1 year ago

rtheil-growlink commented 1 year ago

It would be very helpful if the device search worked the same as it does in IoT Hub portal, when it comes to partial deviceIds.

For example. If there is a device with Id of "000012345678", in IoT Hub you can serach for "0000" or "5678", and the device will show in results. In iot explorer, only "0000" works, whereas "5678" returns no results.

Examples:

Identical behavior: image image

Differing behavior: image image