Searching in Dispatcher Workspace examples
Use keyword searches to quickly find resource and agents. Understanding this functionality can greatly reduce the time it takes to find what you’re looking for.
Depending on your configuration, you might need to set up additional tables for indexing before using keyword searching in Dispatcher Workspace. For example, Territory Planning requires specific table configurations Dispatcher Workspace. For more information, see Configure keyword searching in Dispatcher Workspace.
-
Search for an agent in a specific location.
You can use the Boolean operator AND to find specific agents in a specific location. In the image below, the dispatcher is searching for agents named Lori located in Cupertino. The keyword they enter is
Lori AND Cupertino. -
Searching for more than one agent.
You can use the Boolean operator OR to find multiple agents at once. In the image below, the dispatcher is searching for agents named Lori or Brian, so they enter the keyword
Lori OR Brian.You can also use the OR operator to find multiple territories. For example,
TeritoryA OR TerritoryZ, returns the two territories, TerritoryA and TerritoryZ, in the search results. -
Searching for agents, while excluding others.
Use the Boolean operator NOT to find agents who match one term but not another. In the image below, the dispatcher is looking for agents named Lori who do not have the last name Ferguson. The dispatcher enters the keyword LORI NOT FERGUSON.You can use the operator NOT to find agents who match one term but not another. In the image below, the dispatcher is looking for agents named Lori who don’t have the last name Ferguson. The dispatcher uses the keyword
Lori NOT Ferguson. -
Searching for agents with just a few characters.
You can use the wildcard operator * to find all results that match partial character patterns. In the image below the dispatcher is looking for agents whose names begin with
Land include anilater in the name. The dispatcher uses the keywordL*i. -
Searching for more than one agent without using the full name.
You can combine the wildcard operator * with the Boolean operator OR to find multiple agents without entering their full names. In the image below, the dispatcher is looking for two agents: one whose name starts with
Brand ends withn, and another whose name starts withshaand ends withn. The dispatcher enters the keywordbr*n OR sha*n. -
Searching for a work order task by number only.
You can search for work order tasks by entering the numeric portion of the task number without the WOT prefix. For example, entering 12345 returns WOT00012345. You must enter more than two digits to return work order tasks; for example, entering 45 does not return WOT12345.