diff --git a/design/admin2/templates/navigator/google.tpl b/design/admin2/templates/navigator/google.tpl
index 1fad0f4..7aac622 100644
--- a/design/admin2/templates/navigator/google.tpl
+++ b/design/admin2/templates/navigator/google.tpl
@@ -23,7 +23,7 @@
 {* Create view parameter text with the exception of offset *}
 {section loop=$view_parameters}
  {section-exclude match=eq($:key,offset)}
- {section-exclude match=$:item|not}
+ {section-exclude match=and($:item|not, $:key|ne(sort_order))}
  {set view_parameter_text=concat($:view_parameter_text,'/(',$:key,')/',$:item)}
 {/section}
 
