Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.2.0
-
None
Description
Went to the hosts page, focussed on the Name filter field and typed really fast 3 characters 'gsb' hoping to see only hosts prefixed with it. However I was seeing all hosts as the API call to filter only contained 'g' in the POST call and not 'gsb'.
{ "RequestInfo": { "query": "page_size=10&from=0&Hosts/host_name.matches(.*g.*)" } }