The pseudo-tags (of which refs is one) are looked up, treating the tag name case-sensitively. The other tags are case-insensitive.

Thus Refs on any item returns the empty string. This evaluates to boolean false. You compare this for equality with a literal zero, which also evaluates to boolean false. They're equal, so everything matches, since the term just evaluates to true.


-- roger
_________________________
-- roger