# How to use query hosts search?

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

A default value in the search is \* (asterisk)

<figure><img src="https://109907496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYUaU4nvWOjjzrdVpKtdy%2Fuploads%2FgIJuJqJECR3voSbXoJP8%2Fimage.png?alt=media&#x26;token=211ec456-f4ac-4799-a84b-80cbce81fb4c" alt=""><figcaption><p>This is a view with a default search value.</p></figcaption></figure>

To set a custom search, enter the following formula.&#x20;

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

<figure><img src="https://109907496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYUaU4nvWOjjzrdVpKtdy%2Fuploads%2FMFokteakhzUt1isIQR8r%2Fimage.png?alt=media&#x26;token=5f9e0d10-ed26-45a2-a101-7d72f70eff68" alt=""><figcaption><p>This is a view with all Microsoft query hosts.</p></figcaption></figure>

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

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

<figure><img src="https://109907496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYUaU4nvWOjjzrdVpKtdy%2Fuploads%2Fep6rAaL5UpupoOavHLye%2Fimage.png?alt=media&#x26;token=c41a1f5a-3c17-4819-903e-ca0fef19ff50" alt=""><figcaption></figcaption></figure>
