[openbeos] queries on missing attributes
- From: "Jonas Sundström" <jonas@xxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Mon, 20 Dec 2004 14:23:50 +0100 CET
Is there a way to make queries on missing attributes?
A query on foo=* currently excludes the filesystem entries completely
missing the foo attribute. What I would like is being able to set a
query to include only entries missing a certain attribute.
Suggested query substring to match entries
missing a certain attribute: 'foo!exist'
I have two queries:
New email
((MAIL:status=="New")
&&(MAIL:classification!="Spam"))
Spam
((MAIL:status=="New")
&&(MAIL:classification=="Spam"))
I'd like being able to have a query for Unclassified email,
which is missing the MAIL:classification attribute.
((MAIL:status=="New")
&&(MAIL:classification!exist))
/Jonas Sundström. www.kirilla.com
- Follow-Ups:
- [openbeos] Re: queries on missing attributes
- From: Alexander G. M. Smith
Other related posts:
- » [openbeos] queries on missing attributes
- » [openbeos] Re: queries on missing attributes
- » [openbeos] Re: queries on missing attributes
- » [openbeos] Re: queries on missing attributes
- » [openbeos] Re: queries on missing attributes
- » [openbeos] Re: queries on missing attributes
- » [openbeos] Re: queries on missing attributes
- » [openbeos] Re: queries on missing attributes
- [openbeos] Re: queries on missing attributes
- From: Alexander G. M. Smith