How to use query hosts search?

This describes how to search on the Query hosts page.

The search feature is available on the Query host page to easily filter out results and better view individual or multiple downloads.

A default value in the search is * (asterisk)

This is a view with a default search value.

To set a custom search, enter the following formula.

  • x => x.RF.Contains("microsoft")

This is a view with all Microsoft query hosts.

To set other search criteria, replace "microsoft" with another variable, for example, "download".

  • x => x.RF.Contains("download")

Last updated