[internal ticket TTCON3G-2267]
On certain pages, the filter mechanism only searches through items shown on a page. This means that if an item is not listed on the respective page, it will not appear in the results. User needs to load all results first to search through all items. -> not the expected behavior.
Required behavior: Search function should automatically consider all items in a list, without the need for the user to manually load all items in that list first.
Hi Oana, thanks for the hint. While the filter mechanism should generally work, indeed the device protocols overview is an exception. The reason for this is that different protocol types (OPC UA, LWM2M, etc.) need to be queried in a different way, making it difficult to efficiently filter across all of them. One approach that we have discussed to allow for a filtering of all items would be to ask the user to select the device protocol type (e.g. Modbus, etc.) and only then the filter term. Would this solution idea work for your use-case?
example page https://connect.ttcontrol.cloud/apps/devicemanagement/index.html#/deviceprotocols
Hi Oana, thank you for the feedback. Could you elaborate on the exact screens in which you have observed this behaviour? Many thanks!