Making ‘Help’ helpful with search analytics

It’s not always easy to find out what users are trying to do when they interact with your product, or where they need more help – this article explains how we used site search analytics to learn about user intent, leading us to design a new feature

By

Joe Russell

17/6/2022

We find that a lot of our best work starts by poking around and digging out insights from places that other people have overlooked. Smart Pension has a help centre website that’s hosted using a tool called Intercom. When we learned that Intercom has search analytics for the help centre, we couldn’t wait to take a closer look! 

We looked at what people were searching for in the help centre and found that the query frequency seems to roughly follow Zipf’s law. In fact, the top 10 search queries accounted for around 60% of all search queries in the last year. This pattern is normal for most site search engines, and it’s something you can learn about in Louis Rosenfeld’s book “Search Analytics for Your Site”. These are the top 10 searches made by scheme members (May 2021 - May 2022), below. We realised that if we can just help people with these top 10 searches, we’d help most people, most of the time.

Search query Search volume
opt out 18.73%
pension transfer 13.32%
inbox 9.12%
annual statement 8.53%
retirement options 7.87%
contributions 3.30%
update details 1.07%
contact 0.79%
close account 0.33%
contact number 0.32%

The problem we uncovered

We took a close look at the ‘’end to end’ experience for users when they made these searches and discovered that it must have been very frustrating.  

  1. A user signs in to the app 
  2. They know what they want to do, but can’t work out how
  3. Frustrated, they go to the help centre website
  4. They type a search query and find a help article
  5. The help article tells them which buttons they should have clicked in the app
  6. They go back into the app, click those buttons as described and eventually achieve what they wanted to do. 

What a series of steps! Two things became clear. Firstly, we needed to improve our information architecture to make the features easier to find (this is now part of a much bigger initiative that we’ll write about another time). Secondly, we needed to bring help inside the app, so people didn’t have to go such a long, roundabout route. 

In-app search to the rescue

We realised that by bringing help search inside the app, we would be able to link users directly to the right feature, instead of linking them to an article that described how to find the feature. This realisation seems obvious in retrospect, but that’s how most design insights work. Once you frame a problem well, the solution often just presents itself. So we started looking at “universal search” – similar to Apple’s Spotlight or CommandBar – where the user can find features and help articles from a single search box. This kind of search feature has become more and more popular in apps recently.

With these realisations we decided on three main principles for the design of our search tool: 

  • Unobtrusive - the search tool should be available when you need it, but not “in your face”. After all, the main purpose of a pension app is to give you information about your pension - your balance, contribution percentages, and so on). 
  • Familiar - people have been using search engines for most of their lives. Our search feature should follow conventions instead of trying something new that people would have to learn to use.
  • Fast - searching should be instant. If searching Google takes a fraction of a second to give results from a search space of billions of pages, then our little search tool should be at least as fast as that. Nobody wants to see a spinner. 

We started our design discovery process by thinking about where we should put the help search box. If you’re an engineer, you’ll probably see this as a superficial starting point - but we didn’t want to focus on the tech stack on day one and risk ending up with an over-engineered product. User needs have to come first, so we started by thinking about the user interface.

Three versions of the app. Search bar on the home screen. Search icon on the Home screen. Search bar in the main navigation.


We tried putting the search box at the top of the member app home screen, but that felt too obtrusive. We wanted members to be able to find the search tool when they needed it, but not at the expense of seeing other things first, like their pension balance. 

We also tried putting a search icon at the top right of every page, next to the menu. This was just too cluttered though - to fit it in, we’d have to drop the word “Menu” from the “≡” burger icon. Icons without labels are less accessible, so that idea was out. 

Other universal search products use a keyboard shortcut (like Command+K) or a swipe gesture, but that approach means that users need to learn something - and then remember it for future use. We know from our analytics data that our users (pension scheme members) don’t tend to sign into their pension accounts very often, so they’re unlikely to memorise these sorts of shortcuts. Our design strategy needs to be closer to gov.uk than Final Cut Pro. 

After much consideration and many mockups, we ended up putting the help search feature inside the main navigation, which opens from the right of the screen when the “Menu ≡'' button is tapped. This felt like a good compromise – the purpose of the menu is to let users navigate, and search is a feature that supports navigation, so the two things seem to go together well. This is of course all just conjecture until we put it in front of real users! When we run some user research we’ll see how users respond to the design.

Defining the search space 

Counting the possible search results, we realised how few there would be. We had just 15 features and 23 help articles in our search space. By any search engine standards, this is tiny. This meant we didn’t need to use a ‘full on’ search engine (like Elasticsearch or Algolia) - we could just load the data into the front end as a JSON file, and have some JavaScript do the work in the browser. 

For each item, we recorded the following attributes: search query, result label, result type and URL. In search engine terminology, the list of search queries is sometimes called a “synonym ring”. These are all the different queries you can enter that will deliver the same result. For example, if a user searches for any of the following: “death, beneficiaries, expression of wish, die, pass away, will, inheritance, inherit”, they will see the same two search results: (i) a link to the beneficiaries feature; and (ii) link to a help article about it: “What happens if I pass away before I retire?”.

We recognised that our synonym rings were probably going to be the most helpful part of this new search feature. They connect the kind of queries that users would naturally employ (like “death” or “inheritance”) with the formal pension terminology that we’re often obliged to use for legal and regulatory reasons (like “expression of wish” or “beneficiary”). Many users don’t know what these technical terms mean, so any link we can make to more everyday language is extremely helpful.

Prototyping the help search feature

You can only get so far designing static mockups, especially for a search feature - what matters most is how it actually behaves when it’s used. We’re big fans of Webflow for prototyping - it’s a low-code website builder that lets us build realistic, responsive prototypes. Conveniently we found a jQuery (JavaScript) plugin called HideSeek that did everything we wanted. We’d never use jQuery on the real platform but it was perfect for quick prototyping. 

We were happy with the outcome. The end result looks, feels and functions like the real thing.

What next?

Our next step will be qualitative user research, to get insights into whether users find any aspects of the design confusing or difficult to use. Though important, qualitative research won't tell us much about the language that users naturally use when they’re trying to solve real life problems. For that, we need search analytics.  

This brings us full circle. Search analytics gave us the opportunity to design this new, improved help search feature. Once it goes live, we’ll have a new stream of search analytics data that will help us understand user intent and improve our product to meet their needs.

THIS IS JUST USED FOR RICH TEXT STYLING

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

test for a pullquote here needs to be separate to test

Static and dynamic content editing

Static and dynamic content editing

Static and dynamic content editing

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

alkdhjda

  • Bullet 1
  • Bullet 2 aodj afhiahf iafhpioafh paofh oapfh aopfhaofh aofhaofh aofh aofhafo ahof haf
  1. Bullet 1 apofdhjaof haopfhoap fhaopfh aofhaofh aofhaofhaofh aofhaofh
  2. Bullet 2

FOOTNOTES
CONTRIBUTORS

Written by Joe Russell

Edited by Harry Brignull

With thanks to the Smart Innovation Team

Making ‘Help’ helpful with search analytics

It’s not always easy to find out what users are trying to do when they interact with your product, or where they need more help – this article explains how we used site search analytics to learn about user intent, leading us to design a new feature

About Smart

Smart is a global savings and investments technology platform provider. Its mission is to transform retirement, savings and financial wellbeing around the world.

Smart partners with governments and financial institutions (including insurers, asset managers, banks, financial advisers) to deliver retirement savings and income solutions that are digital, bespoke and cost efficient. In addition to the UK, Smart is operating in the USA, Europe, Australia and the Middle East with more than a million savers entrusting over £10 billion in assets on the platform. 

Smart supports its clients with a global team.

Aquiline Capital Partners, Legal & General, Fidelity International Strategic Ventures, J.P. Morgan, the Link Group, Barclays, Natixis Investment Managers, DWS Group and Chrysalis Investments are all investors in Smart.

For media enquiries

Email: pressoffice@smartco