Subversion Repositories SmartDukaan

Rev

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

Rev 3656 Rev 4137
Line 61... Line 61...
61
	private String url;
61
	private String url;
62
	private String priceUrl = "?";
62
	private String priceUrl = "?";
63
	private long categoryId = Utils.ROOT_CATEGORY;
63
	private long categoryId = Utils.ROOT_CATEGORY;
64
	private String sortUrl;
64
	private String sortUrl;
65
	private String location;
65
	private String location;
-
 
66
	
66
	/**
67
	/**
67
	 * 
68
	 * 
68
	 * @return
69
	 * @return
69
	 * @throws UnsupportedEncodingException
70
	 * @throws UnsupportedEncodingException
70
	 */
71
	 */
Line 122... Line 123...
122
    	
123
    	
123
    	String[] fqrys = this.request.getParameterValues("fq");
124
    	String[] fqrys = this.request.getParameterValues("fq");
124
    	
125
    	
125
    	this.crumbs = new ArrayList<String[]>();
126
    	this.crumbs = new ArrayList<String[]>();
126
    	
127
    	
127
    	String[] facetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001",  "F_50006", "F_50007" };
-
 
128
    	String[] facetLabels = new String[] {"Category","Sub Category","Price",
128
    	String[] facetDefIDs = Utils.facetDefIDs;
129
    	    	"Brand", "Data Connectivity", "Camera Resolution"
129
    	String[] facetLabels = Utils.facetLabels;
130
        	};
-
 
131
    	
130
    	
132
    	String urlCrumb = "";
131
    	String urlCrumb = "";
133
    	if(query != null) {
132
    	if(query != null) {
134
	    	urlCrumb = url; 
133
	    	urlCrumb = url; 
135
	    }else {
134
	    }else {