---
title: "Searching for Users"
slug: "searching-for-users"
updated: 2022-06-19T20:44:08Z
published: 2022-06-19T20:44:08Z
canonical: "support.smarteru.com/searching-for-users"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.smarteru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Searching for Users

The [Users Dashboard](/v1/docs/users-dashboard) grid has a built-in search functionality that makes it easy to find users.

Each filter consists of a condition and a value. The condition tells SmarterU how to evaluate the specified value. You can specify up to two search filters for each column in the grid. If you do specify two filters, you'll need to specify whether to use [AND or OR](/v1/docs/searching-for-users#and-vs-or) to evaluate the filters.

You may also specify [filters on multiple columns in the grid](/v1/docs/searching-for-users#filtering-multiple-columns). For example, you can apply a filter to the Name column and another column in the grid.

Filters that you apply to the grid are temporary and will be removed when you refresh the grid or workscreen.

To search for a user:

1. From the Admin menu, select **User Admin**.
2. Select **Users**. The [Users Dashboard](/v1/docs/users-dashboard) displays.
3. Click the ![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/searching-for-users-image-u3x40wd8.png) in the column header that you want to apply a filter on. A menu displays.
4. Select Filter. The search options are in the bottom section of the menu.

![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/searching-for-users-image-4zytq5tf.png)

1. For each filter you want to apply to the column:
  1. Select the condition you would like to use for your search. The conditions available for a column will depend on its data type.
  2. In the field below the condition, enter the value for the condition.

![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/searching-for-users-image-a83gmkea.png)

1. If you specify more than one filter, be sure to select whether you want to use [AND or OR](/v1/docs/searching-for-users#and-vs-or) to evaluate the filters.
2. To apply a [filter to other columns](/v1/docs/searching-for-users#filtering-multiple-columns) in the grid, complete steps 3-6 on those columns.

## **AND vs OR**

If you provide two search filters for a column, you will need to specify how you want the two filters to be evaluated: AND vs OR.

- AND returns only those rows that meet both of the filters. For example, if you have filter A and filter B, using AND would return rows that meet both filter A and filter B.
- OR returns rows that meet either of the filters. For example, if you have filter A and filter B, using OR would return rows that either meet filter A, meet filter B, or meet filter A and filter B.

![Diagram - And vs Or 20220616](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/Diagram%20-%20And%20vs%20Or%2020220616.png)

For example, suppose we apply two filters to the Users Dashboard's Name column:

- Contains "ro"
- Contains "an"

If we use AND to evaluate the two filters, only users that have both "ro" and "an" in their name are included.

![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/searching-for-users-image-e58iicac.png)

However, if we use OR to evaluate the two filters, users that have either "ro" or "an" in their name are included.

![OR Example](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/searching-for-users-image-x2jppfzf.png)

## **Removing Search Filters**

To remove your search criteria:

1. Click the ![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/searching-for-users-image-6wfaig7f.png) in the column header that you want to remove the filter from. A menu displays.
2. Select Filter.
3. Click **Clear**.

## **Filtering Multiple Columns**

You can apply filters to multiple columns in the grid. When more than one column in the grid is filtered, only those rows that meet all of the column filters are included.

The columns in your Users Dashboard grid will depend on the [columns specified for your account](/v1/docs/account-grid-columns).

For example, suppose we want to find users who have "sales" in their title. To do this we apply a filter to the Title column to include only those users with a title that contains "sales".

![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/searching-for-users-image-n50g1dm8.png)

Suppose we also want to filter the users further to only include to those who have a supervisor with a name containing "Carla". We can also apply a filter to the Supervisor column to include only those that contain "Carla".

![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/searching-for-users-image-cskoooar.png)

The users included in the grid are those who meet the filters for both columns.

![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/searching-for-users-image-xv3d009q.png)

## Related

- [Account: Customize Grid Columns](/account-customize-grid-columns.md)
- [Users Dashboard](/users-dashboard.md)
