Bottom Navigation Link in the GSA

1 view
Skip to first unread message

Eric

unread,
Nov 20, 2009, 10:02:16 AM11/20/09
to Google Search Appliance/Google Mini - Google Search Appliance/Google Mini
After performing a search on our GSA, results on multiple pages only
display the links for "Previous" and "Next" at the bottom. We would
like to have the <Goooooooooooogle> and "Previous 123456789 Next"
displayed instead. In our XSLT code, I have the following lines:
<!-- *** navigation bars: '', 'google', 'link', or 'simple'*** -->
<xsl:variable name="show_top_navigation">1</xsl:variable>
<xsl:variable name="choose_bottom_navigation">google</xsl:variable>
<xsl:variable name="my_nav_align">right</xsl:variable>
<xsl:variable name="my_nav_size">-1</xsl:variable>
<xsl:variable name="my_nav_color">#6f6f6f</xsl:variable>
Is there something I am missing?

Mike

unread,
Nov 23, 2009, 2:58:44 PM11/23/09
to Google Search Appliance/Google Mini - Google Search Appliance/Google Mini
The easiest way to find out what is responsible for this would be to
create a fresh test frontend,
use the page layout helper (section search results), and switch
between your current view (previous / next) to the desired view
(gooooogle).
Each time click once edit XSL (and copying the two into separate text
files). If you then run a diff against the two you should find the
responsible parameter

Cheers
Mike

Joe D'Andrea

unread,
Nov 23, 2009, 3:18:49 PM11/23/09
to Google Search Appliance/Google Mini - Google Search Appliance/Google Mini
Greetings!

On Nov 20, 10:02 am, Eric <eric.mcg...@gmail.com> wrote:

> After performing a search on our GSA, results on multiple pages only
> display the links for "Previous" and "Next" at the bottom. We would
> like to have the <Goooooooooooogle> and "Previous 123456789 Next"
> displayed instead.

Normally, you would set "choose_bottom_navigation" to google.

Since you aren't seeing Gooooogle et. al then I suspect something else
has been changed in the XSLT.

Mike's suggestion is spot-on. Diff the two XSLTs and hopefully the
culprit will turn up.

- Joe
Reply all
Reply to author
Forward
0 new messages