On 05.09.2012 16:10, Martin wrote: > Hey, > > is this field empty? the field is NULL > > In most cases NULL is the default value, try > matching($query->equals('category', NULL)) > Now it works. Thank you! I think the method isEmpty has an issue.