Author: gttersen
Date: 2007-07-03 12:29:36 +0200 (Tue, 03 Jul 2007)
New Revision: 5489
Modified:
branches/2.14/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NavigatableESPFastCommand.java
Log:
now supports: ignore-navigation
Modified:
branches/2.14/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NavigatableESPFastCommand.java
===================================================================
---
branches/2.14/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NavigatableESPFastCommand.java
2007-07-03 10:13:38 UTC (rev 5488)
+++
branches/2.14/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NavigatableESPFastCommand.java
2007-07-03 10:29:36 UTC (rev 5489)
@@ -65,10 +65,8 @@
}
public ResultList<? extends ResultItem> execute() {
-
- if (getNavigators() != null) {
+ if (!getSearchConfiguration().isIgnoreNavigation() && getNavigators()
!= null) {
for (String navigatorKey : getNavigators().keySet()) {
-
addNavigatedTo(navigatorKey,
getParameters().containsKey("nav_" + navigatorKey)
? getParameter("nav_" + navigatorKey)
: null);
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits