Description
The intended search functionality does not work when the names are mixed with letters and numbers(The show is not a filtered one and it displays all the existing calibrations)
Reason
The search field isn't working correctly because the filteredCalibrations computed property has issues with type handling.
It assumes that all the names are just only alphanumeric strings
Fixes
Implementing the filteredCalibrations handle these exceptional cases
After the Fix
