On 2/3/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:

: print c.search(q='a_dt:["2005-08-01T00:00:00Z" TO "2005-08-01T23:59:59Z"]')
:
: Note that without the quotes around the date in the range query, I get
: an exception because the ':' causes the value to be truncated by the
: queryparser.

uhh... i'm not sure what you're talking about dude ... it works just fine
for me when i paste...
        a_dt:[2005-08-01T00:00:00Z TO 2005-08-01T23:59:59Z]
..into the query form on the admin screen.

Oops, right... the range query works... it's the term query that gives
the exception:
a_dt:2005-08-01T23:59:59Z

-Yonik

Reply via email to