跳到主要内容

Creating Searches

在 Search 中
作者列表
已发布: 2024年2月8日|最后更新: 2024年2月8日

Searches can be created through the admin or agent interfaces.

As an admin go into the admin interface and then under each of the apps where searches are available you'll find a section on them:

Screenshot at Jun 10 11-48-26.png

The specific location for each of the apps is:

  • Tickets: Business Rules > Ticket Searches

  • Users: CRM > Searches > User Searches

  • Organizations: CRM > Searches > Organization Searches

  • Articles: Help Center > Knowledgebase > Searches

  • News: Help Center > News > Searches

  • Files: Help Center > Files > Searches

  • Community: Help Center > Community > Searches

If we navigate to any of these areas we'll see an overview of the searches currently in the system.

Here's tickets:

image.png

To add a new search click the + New button on the far right.

This will open up a drawer where we can add our search details:

image.png

Search Requirements Copy link to Search Requirements to clipboard

Each search you create will require three elements:


TitleCopy link to Title to clipboard

The search will be displayed across the Helpdesk in both admin and agent interfaces with this title.


PermissionCopy link to Permission to clipboard

An admin has the option to give one of three levels of permission to a search:

  • Global - the search will show for all agents.

  • Teams - the search will show for agents in a specific team.

  • Agent - the search will show for a specific agent


Note


Agents can only create searches for themselves. They are not able to create global or team searches.

Search QueryCopy link to Search Query to clipboard

The Search query defines the objects that will show in our search.

This is covered in much more detail in the Using FQL section.

At the most basic level though you will need to define:

  1. What you want to search e.g. all tickets created by an organization

  2. Specify the parameters for that search e.g. tickets created specifically by organizations with the name Deskpro

In this instance our search would look like:

organization.name = 'Deskpro'
copy

So we are specifying we want to search the organization the ticket is associated with.

Then specifying an argument with the '=' operator as to what that organization should be.

As we are creating our search under ticket saved searches this will return just tickets that fit the criteria.

Saving the search Copy link to Saving the search to clipboard

Once we've added values for our three required fields we can hit save and the save will be added to our list in the admin area:

Admin Side SS.png

It will also now be visible to any agent we have given permission to for it in the Searches section in the agent interface:

Agent Side SS.png

有帮助没有帮助
下一个页面Introducing Lists
上一个页面Introducing Search

请登录或注册以提交评论。