Re: AW: Searching for future or "null" dates

2008-09-16 Thread Chris Maxwell
Yes your right I mistyped when I said [* : *]. I did mean [* TO *] hossman wrote: > > > : present and have a end date in the present/future or none at all. I had > : looked into searching for null dates and had come across the -date[* : > *] > : syntax, which searches for the absence of the in

Re: AW: Searching for future or "null" dates

2008-09-16 Thread Chris Hostetter
: present and have a end date in the present/future or none at all. I had : looked into searching for null dates and had come across the -date[* : *] : syntax, which searches for the absence of the index value for the field : specified. to clarify: that isn't valid syntax. i think you are confus

Re: AW: Searching for future or "null" dates

2008-09-16 Thread Chris Maxwell
Christian Kolodziej wrote: > > Hi Chris, > >>I'm having a lot of trouble getting this query syntax to work correctly. >>How >>can I search for a date, which is either in the future OR missing >>completely >>(meaning open ended) >> >>I've tried -endDate:[* TO *] OR endDate[NOW TO *] but that do

AW: Searching for future or "null" dates

2008-09-16 Thread Kolodziej Christian
Hi Chris, >I'm having a lot of trouble getting this query syntax to work correctly. >How >can I search for a date, which is either in the future OR missing >completely >(meaning open ended) > >I've tried -endDate:[* TO *] OR endDate[NOW TO *] but that doesn't work. >Adding parentheses doesn't help