At http://msdn.microsoft.com/en-us/library/ms472953.aspx is stated that queries like
WHERE column IS NULL
and
WHERE column IS NOT NULL
are allowed. IS NOT NULL is working. IS NULL does not return any items. I think this is because the SharePoint indexer does not include null values in the Index. But this syntax is documented at MSDN.
Does anybody know how to use the IS NULL predicate correctly?