CSNAPC-11125: SnapCenter Host page "Search by name" function no longer works
Issue
- In SnapCenter UI > Hosts, the "Search by name" function no longer works, resulting in all the hosts being returned, regardless of what is typed in the search box.
- When searching for a specific host (e.g., "sql1") in the Hosts page, the API `/Host/GetHostNew?sSearch=sql1` returns all hosts (sql1, sql2, sql3 — `iTotalRecords: 3`) instead of only the matching host.
- In SC 6.1, the same search correctly returns only the matching host (`iTotalRecords: 1`).
