diff -r 92581287726f -r 33dbb1da1db9 server/rqlannotation.py --- a/server/rqlannotation.py Thu Oct 15 20:31:44 2009 +0200 +++ b/server/rqlannotation.py Thu Oct 15 20:31:55 2009 +0200 @@ -234,7 +234,7 @@ syntax tree or because a solution for this variable has been removed due to security filtering) """ - assert rqlst.TYPE == 'select', rqlst + #assert rqlst.TYPE == 'select', rqlst rqlst.has_text_query = self._annotate_union(rqlst) def _annotate_union(self, union):