---
title: "Sites and organizations"
---

## ((Site search)) keywords

When viewing sites, you can use the keywords in this section to search and filter.

### Name {#sites-name}

The Name field can be searched using the syntax `name:<text>`.
```plaintext
name:"Primary"
```

### Description {#sites-description}

The Description field can be searched using the syntax `description:<text>`.

```plaintext
description:"wireless"
```
```plaintext
description:"vlan 50"
```

### Scope {#sites-scope}

The Scope field can be searched using the syntax `scope:<term>` .
```plaintext
scope:"10.10.10."
```

### Excludes {#sites-excludes}

The Excludes field can be searched using the syntax `excludes:<term>` .
```plaintext
excludes:"192.168.0."
```

### Timestamps (created at, updated at) {#sites-timestamps}

The timestamp fields (`created_at`, `updated_at`) timestamps can be searched using the syntax `created_at:<term>` and `updated_at:<term>`. The term supports the standard runZero [time comparison syntax][time].

```plaintext
created_at:>2weeks
```
```plaintext
created_at:<30minutes
```
```plaintext
updated_at:>1month
```
```plaintext
updated_at:2hours
```


## ((Organization search)) keywords

### Name {#organizations-name}

The Name field can be searched using the syntax `name:<text>`.
```plaintext
name:"main"
```

### Description {#organizations-description}

The Description field can be searched using the syntax `description:<text>` 

```plaintext
description:"branch office"
```
```plaintext
description:"pci"
```

### Timestamps (created at, updated at) {#organizations-timestamps}

The timestamp fields (`created_at`, `updated_at`) timestamps can be searched using the syntax `created_at:<term>` and `updated_at:<term>`. The term supports the standard runZero [time comparison syntax][time].

```plaintext
created_at:>2weeks
```
```plaintext
created_at:<30minutes
```
```plaintext
updated_at:>1month
```
```plaintext
updated_at:2hours
```
