Subversion Repositories SmartDukaan

Rev

Rev 3173 | Rev 3273 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3173 Rev 3185
Line 198... Line 198...
198
    		this.minPrice = 0.0;
198
    		this.minPrice = 0.0;
199
    		this.maxPrice = 0.0;
199
    		this.maxPrice = 0.0;
200
    	}
200
    	}
201
    	
201
    	
202
    	this.totalResults = search.getTotalResults();
202
    	this.totalResults = search.getTotalResults();
203
        DataLogger.logData(EventType.PRODUCT_SEARCH, session.getId(), userinfo.getUserId(), userinfo.getEmail(),
203
        DataLogger.logData(EventType.PRODUCT_SEARCH, getSessionId(), userinfo.getUserId(), userinfo.getEmail(),
204
                query, Long.toString(categoryId), Long.toString(totalResults));
204
                query, Long.toString(categoryId), Long.toString(totalResults));
205
    	return "index";
205
    	return "index";
206
    }
206
    }
207
 
207
 
208
 
208