Home > Uncategorized > Does anyone use those prev/next/back-to-search links?

Does anyone use those prev/next/back-to-search links?

November 3, 2010 1 Comment »

There’s a common problem among developers of websites that paginate, including OPACs: how do you provide a single item view that can have links that go back to the search (or to the prev/next item) without making your URLs look ugly?

The fundamental problem is that as soon as your user opens up a couple searches in separate tabs, your session data can’t keep track of which search she wants to “go back to” unless you put some random crap in the URL, which none of us want to do.

But let’s take three giant steps backwards before we throw a ton of resources at this problem, and ask, “Does anyone use those links”?

Data from Mirlyn, the University of Michigan OPAC

Here’s the data since February of 2010 for Mirlyn, our library OPAC.

Action Count Pct. of Basic Search count
Basic search (baseline) 1,446,881 100%
Previous record 1,347 0.09%
Next record 8,394 0.58%
Back to search 9,568 0.66%

For what it’s worth, I looked at these number by percentage of sessions as well, and the numbers come up a little higher — about 0.8% of all sessions included at least one click of the “Back to Search” button.

Given these numbers, I’m pretty sure I wouldn’t put a whole lot of effort into it. In general, next/prev record navigation only makes sense when you have a really, really small number of hits, anyway.

So…why not just disappear the links? I know people will complain, but hopefully our days of doing an enormous amount of work for …well, some tiny but vocal minority…are past.

Tags:

Comments:1

Leave my own
  1. Peter Murray
    November 8, 2010 at 9:52 am

    Hmmm, interesting point. I wonder, though, if there is a usability issue on the UI. There are occasionally vocal complains about not being able to use the traditional OPAC for browsing, and removing these sorts of links would be a detriment to that. Before giving up entirely I might try some user experience testing with different ways to include the back-and-forward links (e.g. with cover images, with the title of the previous/next work as part of the link text, etc.).

    Admittedly, though, the UX of a few e-commerce sites I just tried do not include back/forward links from work description pages.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>