Device Registry Management API - Devices - Case-insensitive search

48 views Asked by At

How to make case-insensitive search when searching devices for a tenant with optional filters, paging and sorting options by using Device Registry Management API?

1

There are 1 answers

0
kaniyan On

Currently case-insensitive search of devices/tenants is not supported. I think it is nice to have this feature. I would suggest to create a issue (feature request) in Hono github repository (https://github.com/eclipse/hono/issues).

Note: Hono's MongoDB based device registry implementation supports search using optional filters. The search feature is not yet implemented in the JDBC based registry.