Open GoogleCodeExporter opened 9 years ago
Can confirm this. Also with the word "is"
- Johannes M.
Original comment by Johannes...@gmail.com
on 31 May 2011 at 7:49
I solved this problem by adding this code into SearchJanitor.java:
if(parameterCounter == 0) {
queryBuffer.append("id != 1");
}
before this
Query query = pm.newQuery(queryBuffer.toString());
- Armen
Original comment by adaniel...@fhi360.org
on 1 Dec 2011 at 5:01
Original issue reported on code.google.com by
watson.r...@gmail.com
on 5 May 2010 at 10:33