Subversion Repositories SmartDukaan

Rev

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

Rev 12148 Rev 12150
Line 166... Line 166...
166
				}
166
				}
167
			}
167
			}
168
		}
168
		}
169
		this.filtrableFacets.remove(Utils.availabilityFacet);
169
		this.filtrableFacets.remove(Utils.availabilityFacet);
170
		this.filtrableFacets.add(Utils.availabilityFacet);
170
		this.filtrableFacets.add(Utils.availabilityFacet);
-
 
171
		if(isPrivateDealUser) {
-
 
172
			this.filtrableFacets.add(0, "F_50039");			
171
		
173
		}
172
		
174
		
173
		this.xpath = XPathFactory.newInstance().newXPath();
175
		this.xpath = XPathFactory.newInstance().newXPath();
174
		
176
		
175
		query = query.trim().replaceAll("\\s+", " ");
177
		query = query.trim().replaceAll("\\s+", " ");
176
    	log.info("query=" + query);
178
    	log.info("query=" + query);