Skip to main content

Ticket Portal Search Engine in Browser

The article describes how to describes how to set up a search engine for our ticket portal to do quick searches. This is a hint for power users.

Patrick Hammer avatar
Written by Patrick Hammer
Updated over 3 weeks ago

Introduction

Most modern browsers support adding custom search engines and assign a short key. This is a ideal solution for power users to quickly search the Nezasa ticket portal and it works almost with a keyboard-only approach.

The article will describe the approach with Chrome. But similar options exist for the other browsers. Here the links to the "custom search engine" help articles of a few popular browsers: Chrome, Edge, Firefox. In general, the process for other browsers involves performing a search on the target site, copying the search URL, and adding it as a custom "Keyword Search" or "Site Search" while replacing the search term with the query placeholder (often %s).

Prerequisites

You can only access the ticket portal once authenticated. This has to happen by you logging in into TripBuilder. The authenticated session will stay active for a few days. In case you use the search engine approach and you see errors when landing on the ticket portal, chances are that you are not logged in anymore.

How It Works

Let's start by showing how the power search will work.

  1. Assume you are in Chrome and you want to search for a ticket by a query. That can be the ticket ID "1234" or any string like "airport XYZ has wrong name".

  2. Click into the URL field or hit Command + L on MacOs or Ctrl + L on Windows.

  3. Type tp for the custom search engine and the query "1234". Hit enter.

  4. You directly land in the ticket portal with your query applied and the search results.

Example:

Browser Configuration

This instructions are for Chrome.

  1. Open Chrome

  2. Log into TripBuilder.

  3. Go to your ticket portal via help widget and do a dummy search, e.g., by entering "test" into the search field. In the browser URL field you'll see something like https://help.tripbuilder.app/en/tickets-portal/companies/<id>?q=test where <id> is a longer string identifying your company in Intercom.

  4. Go to Chrome / Settings / Search engine / "Manage search engines and site search" or browse directly to this URL chrome://settings/searchEngines

  5. Click on "Add" in the section "Site search"

  6. Fill in the form that appears as follows:

    1. Name: "Nezasa Ticket Portal" (you can pick any name you like)

    2. Shortcut: "tp" (or any shortcut you like, even a single letter works)

    3. URL: Use the URL you copied from Step 3. You must replace the search term (test) with the placeholder %s (this is what tells the browser where to insert your future search query). Do not change any other part of the URL, including the long company ID.

      Example structure (your ID will be different):

      https://help.tripbuilder.app/en/tickets-portal/companies/XYZ123ABCDEF?q=%s


  7. Click "Add". Ready!

A Last Hint

This approach works great for the search engines of most websites. For example, you could do the same for the knowledge base. Simply use its search URL which is https://help.tripbuilder.app/en/?q= in the URL for the site search configuration and give it a shortcut like kb and you are good to go!

Did this answer your question?