[ic] how to write in [search-region..

Stefan Hornburg Racke interchange-users@interchange.redhat.com
Tue Apr 16 04:10:02 2002


grace <graced@21cn.com> writes:

> How to write in [search-region.. 
> 			co=yes
> 
> 			sf=status
> 			se=canceled
> 			op=eq
> 
> 			sf=status
> 			se=expired
> 			op=eq
> 
> to express the following statement?
> where status eq 'canceled' or status eq 'expired'

Try a regular expression (untested):

sf=status
se=^(canceled|expired)$
op=rm

Ciao
        Racke

-- 
Think of it !

For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: info@cobolt.net; Phone: 0041-1-3884400)