Revision 2693
Added by sgarg about 19 years ago
src/edu/ucsb/nceas/metacat/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
Bug fix in the changes made in previous commit