Search for stream types
- Last UpdatedJul 15, 2026
- 1 minute read
Use the Search for types box to search for existing types within the selected service instance by Name or Description. Selecting the box displays a reference for using search terms, wildcards, and operators.

The table below lists the available search operators for types and how to use them.
Search operator reference
|
Operator |
Description |
Example |
|---|---|---|
|
AND |
Narrows the search by including results that contain all the specified terms. |
cats AND dogs |
|
OR |
Broadens the search to include results that contain any of the specified terms. |
cats OR dogs |
|
NOT |
Excludes results that contain the specified term. |
dog NOT cat |
|
Wildcard * |
Acts as a wildcard to include results with any variation of the term. |
cat* |
|
Field specifier : |
Specifies a field to search within. |
title:cats |
|
Exact phrase "" |
Searches for an exact phrase. |
"black cat" |
|
Grouping () |
Groups multiple searches |
(cats OR dogs) AND (calm OR playful) |