Subversion Repositories SmartDukaan

Rev

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

Rev 2263 Rev 2419
Line 193... Line 193...
193
    		this.minPrice = 0.0;
193
    		this.minPrice = 0.0;
194
    		this.maxPrice = 0.0;
194
    		this.maxPrice = 0.0;
195
    	}
195
    	}
196
    	
196
    	
197
    	this.totalResults = search.getTotalResults();
197
    	this.totalResults = search.getTotalResults();
198
        DataLogger.logData(EventType.PRODUCT_SEARCH.name(), session.getId(), Long.toString(userinfo.getUserId()), userinfo.getEmail(),
198
        DataLogger.logData(EventType.PRODUCT_SEARCH, session.getId(), userinfo.getUserId(), userinfo.getEmail(),
199
                query, Long.toString(categoryId), Long.toString(totalResults));
199
                query, Long.toString(categoryId), Long.toString(totalResults));
200
    	return "index";
200
    	return "index";
201
    }
201
    }
202
 
202
 
203
 
203