Subversion Repositories SmartDukaan

Rev

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

Rev 1200 Rev 1257
Line 127... Line 127...
127
    		priceUrl += "&fq=" + URLEncoder.encode(fqrys[i-1], "UTF-8");
127
    		priceUrl += "&fq=" + URLEncoder.encode(fqrys[i-1], "UTF-8");
128
    		String filterUrl = url;
128
    		String filterUrl = url;
129
    		String facetName = StringUtils.split(fqrys[i-1], ":")[0];
129
    		String facetName = StringUtils.split(fqrys[i-1], ":")[0];
130
    		String facetValue = StringUtils.split(fqrys[i-1], ":")[1];
130
    		String facetValue = StringUtils.split(fqrys[i-1], ":")[1];
131
    		String facetLabel = facetLabels[arrList.indexOf(facetName)];
131
    		String facetLabel = facetLabels[arrList.indexOf(facetName)];
-
 
132
    		this.categoryTitle += " | " + facetLabel + " " + facetValue;
132
    		for(int j=1; j<length; j++) {
133
    		for(int j=1; j<length; j++) {
133
    			if(i==j){
134
    			if(i==j){
134
    				continue;
135
    				continue;
135
    			}
136
    			}
136
    			filterUrl += "&fq=" + URLEncoder.encode(fqrys[j-1], "UTF-8");
137
    			filterUrl += "&fq=" + URLEncoder.encode(fqrys[j-1], "UTF-8");