Project

General

Profile

« Previous | Next » 

Revision 2693

Added by sgarg over 18 years ago

Bug fix in the changes made in previous commit

View differences:

QueryTerm.java
222 222
        		self.append("SELECT DISTINCT docid from xml_nodes WHERE");
223 223
        		self.append(" docid NOT IN (Select docid FROM xml_nodes WHERE ");
224 224
        	} else {
225
        		self.append("SELECT DISTINCT docid FROM xml_nodes WHERE ");
225
        		self.append("(SELECT DISTINCT docid FROM xml_nodes WHERE ");
226 226
        	}
227 227
        	self.append(searchexpr);
228 228
        	

Also available in: Unified diff